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

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

Issue 387573003: Revert 282355 "Add chrome/browser/ui to the GN build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « trunk/src/android_webview/android_webview.gyp ('k') | trunk/src/ash/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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak', 48 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.pak',
49 # TODO(jamescook): Extract the extension/app related resources 49 # TODO(jamescook): Extract the extension/app related resources
50 # from generated_resources_en-US.pak. 50 # from generated_resources_en-US.pak.
51 '<(SHARED_INTERMEDIATE_DIR)/chrome/generated_resources_en-US.pak', 51 '<(SHARED_INTERMEDIATE_DIR)/chrome/generated_resources_en-US.pak',
52 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_100_percent. pak', 52 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources_100_percent. pak',
53 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak', 53 '<(SHARED_INTERMEDIATE_DIR)/content/shell_resources.pak',
54 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak', 54 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak',
55 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', 55 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
56 '<(SHARED_INTERMEDIATE_DIR)/extensions/strings/extensions_strings_ en-US.pak', 56 '<(SHARED_INTERMEDIATE_DIR)/extensions/strings/extensions_strings_ en-US.pak',
57 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak', 57 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett ings_en-US.pak',
58 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent. pak', 58 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_perce nt.pak',
59 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', 59 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_strings/ui_strings_en-US.pak',
60 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', 60 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak',
61 ], 61 ],
62 'pak_output': '<(PRODUCT_DIR)/app_shell.pak', 62 'pak_output': '<(PRODUCT_DIR)/app_shell.pak',
63 }, 63 },
64 'includes': [ '../../build/repack_action.gypi' ], 64 'includes': [ '../../build/repack_action.gypi' ],
65 }, 65 },
66 ], 66 ],
67 }, 67 },
68 { 68 {
69 'target_name': 'app_shell_lib', 69 'target_name': 'app_shell_lib',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'browser/shell_browsertest.cc', 210 'browser/shell_browsertest.cc',
211 'test/shell_test.h', 211 'test/shell_test.h',
212 'test/shell_test.cc', 212 'test/shell_test.cc',
213 'test/shell_test_launcher_delegate.cc', 213 'test/shell_test_launcher_delegate.cc',
214 'test/shell_test_launcher_delegate.h', 214 'test/shell_test_launcher_delegate.h',
215 'test/shell_tests_main.cc', 215 'test/shell_tests_main.cc',
216 ], 216 ],
217 }, 217 },
218 ], # targets 218 ], # targets
219 } 219 }
OLDNEW
« no previous file with comments | « trunk/src/android_webview/android_webview.gyp ('k') | trunk/src/ash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698