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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 24994002: Don't pull in content_switches.cc to whole chrome code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | chrome/chrome_installer_util.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
11 'variables': { 11 'variables': {
12 'use_system_xdg_utils%': 0, 12 'use_system_xdg_utils%': 0,
13 'enable_wexit_time_destructors': 1, 13 'enable_wexit_time_destructors': 1,
14 }, 14 },
15 'sources': [ 15 'sources': [
16 'app/breakpad_win.cc', 16 'app/breakpad_win.cc',
17 'app/breakpad_win.h', 17 'app/breakpad_win.h',
18 'app/chrome_exe_main_aura.cc', 18 'app/chrome_exe_main_aura.cc',
19 'app/chrome_exe_main_gtk.cc', 19 'app/chrome_exe_main_gtk.cc',
20 'app/chrome_exe_main_mac.cc', 20 'app/chrome_exe_main_mac.cc',
21 'app/chrome_exe_main_win.cc', 21 'app/chrome_exe_main_win.cc',
22 'app/chrome_exe_resource.h', 22 'app/chrome_exe_resource.h',
23 'app/client_util.cc', 23 'app/client_util.cc',
24 'app/client_util.h', 24 'app/client_util.h',
25 'app/hard_error_handler_win.cc', 25 'app/hard_error_handler_win.cc',
26 'app/hard_error_handler_win.h', 26 'app/hard_error_handler_win.h',
27 'app/metro_driver_win.cc', 27 'app/metro_driver_win.cc',
28 'app/metro_driver_win.h', 28 'app/metro_driver_win.h',
29 '../content/app/startup_helper_win.cc', 29 '<(DEPTH)/content/app/startup_helper_win.cc',
30 '<(DEPTH)/content/public/common/content_switches.cc',
31 '<(DEPTH)/content/public/common/content_switches.h',
jam 2013/09/27 20:03:58 nit: drop the header, no need since it's included
Rafał Chłodnicki 2013/09/28 10:05:47 What do you mean that it's included elsewhere? I t
jam 2013/10/01 16:13:19 I mean content_switches.h is by definition include
30 ], 32 ],
31 'mac_bundle_resources': [ 33 'mac_bundle_resources': [
32 'app/app-Info.plist', 34 'app/app-Info.plist',
33 ], 35 ],
34 # TODO(mark): Come up with a fancier way to do this. It should only 36 # TODO(mark): Come up with a fancier way to do this. It should only
35 # be necessary to list app-Info.plist once, not the three times it is 37 # be necessary to list app-Info.plist once, not the three times it is
36 # listed here. 38 # listed here.
37 'mac_bundle_resources!': [ 39 'mac_bundle_resources!': [
38 'app/app-Info.plist', 40 'app/app-Info.plist',
39 ], 41 ],
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'product_name': 'nacl64', 562 'product_name': 'nacl64',
561 'sources': [ 563 'sources': [
562 'app/breakpad_win.cc', 564 'app/breakpad_win.cc',
563 'app/chrome_breakpad_client.cc', 565 'app/chrome_breakpad_client.cc',
564 'app/hard_error_handler_win.cc', 566 'app/hard_error_handler_win.cc',
565 'common/crash_keys.cc', 567 'common/crash_keys.cc',
566 'nacl/nacl_exe_win_64.cc', 568 'nacl/nacl_exe_win_64.cc',
567 '../content/app/startup_helper_win.cc', 569 '../content/app/startup_helper_win.cc',
568 '../content/common/sandbox_init_win.cc', 570 '../content/common/sandbox_init_win.cc',
569 '../content/common/sandbox_win.cc', 571 '../content/common/sandbox_win.cc',
570 '../content/public/common/content_switches.cc',
571 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ', 572 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc ',
572 ], 573 ],
573 'dependencies': [ 574 'dependencies': [
574 'app/policy/cloud_policy_codegen.gyp:policy_win64', 575 'app/policy/cloud_policy_codegen.gyp:policy_win64',
575 'chrome_version_resources', 576 'chrome_version_resources',
576 'installer_util_nacl_win64', 577 'installer_util_nacl_win64',
577 '../breakpad/breakpad.gyp:breakpad_handler_win64', 578 '../breakpad/breakpad.gyp:breakpad_handler_win64',
578 '../breakpad/breakpad.gyp:breakpad_sender_win64', 579 '../breakpad/breakpad.gyp:breakpad_sender_win64',
579 '../base/base.gyp:base_i18n_nacl_win64', 580 '../base/base.gyp:base_i18n_nacl_win64',
580 '../base/base.gyp:base_nacl_win64', 581 '../base/base.gyp:base_nacl_win64',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'dependencies': [ 639 'dependencies': [
639 'chrome_nacl_win64', 640 'chrome_nacl_win64',
640 ], 641 ],
641 }], 642 }],
642 ], 643 ],
643 }, 644 },
644 ], 645 ],
645 }], 646 }],
646 ], 647 ],
647 } 648 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698