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

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

Issue 422163004: Extract mojo_base.gyp from mojo.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 years, 4 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
« no previous file with comments | « extensions/extensions.gyp ('k') | mojo/mojo.gyp » ('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 11 matching lines...) Expand all
22 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', 22 '<(DEPTH)/content/content.gyp:content_ppapi_plugin',
23 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', 23 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
24 '<(DEPTH)/device/hid/hid.gyp:device_hid', 24 '<(DEPTH)/device/hid/hid.gyp:device_hid',
25 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 25 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
26 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 26 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
27 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 27 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
28 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 28 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
29 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 29 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
30 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 30 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
31 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', 31 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
32 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium', 32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
33 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl', 33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl',
34 '<(DEPTH)/skia/skia.gyp:skia', 34 '<(DEPTH)/skia/skia.gyp:skia',
35 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 35 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
36 '<(DEPTH)/ui/wm/wm.gyp:wm', 36 '<(DEPTH)/ui/wm/wm.gyp:wm',
37 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 37 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
38 ], 38 ],
39 'include_dirs': [ 39 'include_dirs': [
40 '../..', 40 '../..',
41 '<(SHARED_INTERMEDIATE_DIR)', 41 '<(SHARED_INTERMEDIATE_DIR)',
42 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', 42 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell',
43 ], 43 ],
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'browser/shell_browsertest.cc', 160 'browser/shell_browsertest.cc',
161 'test/shell_test.h', 161 'test/shell_test.h',
162 'test/shell_test.cc', 162 'test/shell_test.cc',
163 'test/shell_test_launcher_delegate.cc', 163 'test/shell_test_launcher_delegate.cc',
164 'test/shell_test_launcher_delegate.h', 164 'test/shell_test_launcher_delegate.h',
165 'test/shell_tests_main.cc', 165 'test/shell_tests_main.cc',
166 ], 166 ],
167 }, 167 },
168 ], # targets 168 ], # targets
169 } 169 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698