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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 8277018: Move content_switches to content\public\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 }, 13 },
14 'sources': [ 14 'sources': [
15 'app/breakpad_win.cc', 15 'app/breakpad_win.cc',
16 'app/breakpad_win.h', 16 'app/breakpad_win.h',
17 'app/chrome_exe_main_aura.cc', 17 'app/chrome_exe_main_aura.cc',
18 'app/chrome_exe_main_gtk.cc', 18 'app/chrome_exe_main_gtk.cc',
19 'app/chrome_exe_main_mac.cc', 19 'app/chrome_exe_main_mac.cc',
20 'app/chrome_exe_main_win.cc', 20 'app/chrome_exe_main_win.cc',
21 'app/chrome_exe_resource.h', 21 'app/chrome_exe_resource.h',
22 'app/client_util.cc', 22 'app/client_util.cc',
23 'app/client_util.h', 23 'app/client_util.h',
24 'app/hard_error_handler_win.cc', 24 'app/hard_error_handler_win.cc',
25 'app/hard_error_handler_win.h', 25 'app/hard_error_handler_win.h',
26 'app/scoped_ole_initializer.h', 26 'app/scoped_ole_initializer.h',
27 '../content/app/startup_helper_win.cc', 27 '../content/app/startup_helper_win.cc',
28 '../content/common/content_switches.cc', 28 '../content/public/common/content_switches.cc',
29 ], 29 ],
30 'mac_bundle_resources': [ 30 'mac_bundle_resources': [
31 'app/app-Info.plist', 31 'app/app-Info.plist',
32 ], 32 ],
33 # TODO(mark): Come up with a fancier way to do this. It should only 33 # TODO(mark): Come up with a fancier way to do this. It should only
34 # be necessary to list app-Info.plist once, not the three times it is 34 # be necessary to list app-Info.plist once, not the three times it is
35 # listed here. 35 # listed here.
36 'mac_bundle_resources!': [ 36 'mac_bundle_resources!': [
37 'app/app-Info.plist', 37 'app/app-Info.plist',
38 ], 38 ],
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'targets': [ 503 'targets': [
504 { 504 {
505 'target_name': 'chrome_nacl_win64', 505 'target_name': 'chrome_nacl_win64',
506 'type': 'executable', 506 'type': 'executable',
507 'product_name': 'nacl64', 507 'product_name': 'nacl64',
508 'sources': [ 508 'sources': [
509 'app/breakpad_win.cc', 509 'app/breakpad_win.cc',
510 'app/hard_error_handler_win.cc', 510 'app/hard_error_handler_win.cc',
511 'nacl/nacl_exe_win_64.cc', 511 'nacl/nacl_exe_win_64.cc',
512 '../content/app/startup_helper_win.cc', 512 '../content/app/startup_helper_win.cc',
513 '../content/common/content_switches.cc',
514 '../content/common/debug_flags.cc', # Needed for sandbox_policy.cc 513 '../content/common/debug_flags.cc', # Needed for sandbox_policy.cc
515 '../content/common/hi_res_timer_manager_win.cc', 514 '../content/common/hi_res_timer_manager_win.cc',
516 '../content/common/sandbox_policy.cc', 515 '../content/common/sandbox_policy.cc',
517 '../content/common/sandbox_init_wrapper_win.cc', 516 '../content/common/sandbox_init_wrapper_win.cc',
517 '../content/public/common/content_switches.cc',
518 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc', 518 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
519 ], 519 ],
520 'dependencies': [ 520 'dependencies': [
521 'app/policy/cloud_policy_codegen.gyp:policy_win64', 521 'app/policy/cloud_policy_codegen.gyp:policy_win64',
522 'chrome_version_resources', 522 'chrome_version_resources',
523 'common_constants_win64', 523 'common_constants_win64',
524 'installer_util_nacl_win64', 524 'installer_util_nacl_win64',
525 'nacl_win64', 525 'nacl_win64',
526 '../breakpad/breakpad.gyp:breakpad_handler_win64', 526 '../breakpad/breakpad.gyp:breakpad_handler_win64',
527 '../breakpad/breakpad.gyp:breakpad_sender_win64', 527 '../breakpad/breakpad.gyp:breakpad_sender_win64',
(...skipping 20 matching lines...) Expand all
548 'configurations': { 548 'configurations': {
549 'Common_Base': { 549 'Common_Base': {
550 'msvs_target_platform': 'x64', 550 'msvs_target_platform': 'x64',
551 }, 551 },
552 }, 552 },
553 }, 553 },
554 ], 554 ],
555 }], 555 }],
556 ], 556 ],
557 } 557 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698