cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2014 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2015-01-31 00:55:56 +00:00
parent 52b02eb838
commit 5c28259c31
128 changed files with 695 additions and 547 deletions

View File

@@ -17,7 +17,7 @@
#include "include/wrapper/cef_closure_task.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "tests/unittests/routing_test_handler.h"
#include "tests/cefclient/client_app.h"
#include "tests/cefclient/common/client_app.h"
using client::ClientApp;