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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/shell/BUILD.gn ('k') | ipc/mojo/BUILD.gn » ('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 # Product name is used for Mac bundle. 7 # Product name is used for Mac bundle.
8 'app_shell_product_name': 'App Shell', 8 'app_shell_product_name': 'App Shell',
9 # The version is high enough to be supported by Omaha (at least 31) 9 # The version is high enough to be supported by Omaha (at least 31)
10 # but fake enough to be obviously not a Chrome release. 10 # but fake enough to be obviously not a Chrome release.
(...skipping 23 matching lines...) Expand all
34 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', 34 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
35 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', 35 '<(DEPTH)/extensions/extensions.gyp:extensions_browser',
36 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 36 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
37 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', 37 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer',
38 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak', 38 '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
39 '<(DEPTH)/extensions/extensions.gyp:extensions_utility', 39 '<(DEPTH)/extensions/extensions.gyp:extensions_utility',
40 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 40 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
41 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration', 41 '<(DEPTH)/extensions/shell/browser/api/api_registration.gyp:shell_api_re gistration',
42 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', 42 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api',
43 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 43 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
44 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
45 '<(DEPTH)/skia/skia.gyp:skia', 44 '<(DEPTH)/skia/skia.gyp:skia',
46 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 45 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
46 '<(DEPTH)/third_party/mojo/mojo_edk.gyp:mojo_system_impl',
47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 47 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
48 ], 48 ],
49 'export_dependent_settings': [ 49 'export_dependent_settings': [
50 '<(DEPTH)/content/content.gyp:content_browser', 50 '<(DEPTH)/content/content.gyp:content_browser',
51 ], 51 ],
52 'include_dirs': [ 52 'include_dirs': [
53 '../..', 53 '../..',
54 '<(SHARED_INTERMEDIATE_DIR)', 54 '<(SHARED_INTERMEDIATE_DIR)',
55 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', 55 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell',
56 ], 56 ],
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'action': [ 578 'action': [
579 '../../build/mac/verify_no_objc.sh', 579 '../../build/mac/verify_no_objc.sh',
580 ], 580 ],
581 }, 581 },
582 ], 582 ],
583 }, # target app_shell_helper 583 }, # target app_shell_helper
584 ], 584 ],
585 }], # OS=="mac" 585 }], # OS=="mac"
586 ], 586 ],
587 } 587 }
OLDNEW
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | ipc/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698