Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(638)

Side by Side Diff: apps/shell/app_shell.gyp

Issue 308783002: Removes the dependency to WMTestHelper from app shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | apps/shell/browser/default_shell_browser_main_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '<(DEPTH)/content/content.gyp:content_worker', 81 '<(DEPTH)/content/content.gyp:content_worker',
82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
83 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 83 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
84 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 84 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
85 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 85 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
86 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 86 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
87 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 87 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
88 '<(DEPTH)/skia/skia.gyp:skia', 88 '<(DEPTH)/skia/skia.gyp:skia',
89 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 89 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
90 '<(DEPTH)/ui/wm/wm.gyp:wm', 90 '<(DEPTH)/ui/wm/wm.gyp:wm',
91 '<(DEPTH)/ui/wm/wm.gyp:wm_test_support',
92 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 91 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
93 ], 92 ],
94 'include_dirs': [ 93 'include_dirs': [
95 '../..', 94 '../..',
96 '<(SHARED_INTERMEDIATE_DIR)', 95 '<(SHARED_INTERMEDIATE_DIR)',
97 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', 96 '<(SHARED_INTERMEDIATE_DIR)/apps/shell',
98 ], 97 ],
99 'sources': [ 98 'sources': [
100 'app/shell_main_delegate.cc', 99 'app/shell_main_delegate.cc',
101 'app/shell_main_delegate.h', 100 'app/shell_main_delegate.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'browser/shell_browsertest.cc', 200 'browser/shell_browsertest.cc',
202 'test/shell_test.h', 201 'test/shell_test.h',
203 'test/shell_test.cc', 202 'test/shell_test.cc',
204 'test/shell_test_launcher_delegate.cc', 203 'test/shell_test_launcher_delegate.cc',
205 'test/shell_test_launcher_delegate.h', 204 'test/shell_test_launcher_delegate.h',
206 'test/shell_tests_main.cc', 205 'test/shell_tests_main.cc',
207 ], 206 ],
208 }, 207 },
209 ], # targets 208 ], # targets
210 } 209 }
OLDNEW
« no previous file with comments | « no previous file | apps/shell/browser/default_shell_browser_main_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698