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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Fix build with gn and typo in gyp file Created 5 years, 1 month 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
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 # GN version: //chrome 8 # GN version: //chrome
9 'target_name': 'chrome', 9 'target_name': 'chrome',
10 'type': 'none', 10 'type': 'none',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 'chrome_version_resources', 410 'chrome_version_resources',
411 'installer_util', 411 'installer_util',
412 'image_pre_reader', 412 'image_pre_reader',
413 '../base/base.gyp:base', 413 '../base/base.gyp:base',
414 '../crypto/crypto.gyp:crypto', 414 '../crypto/crypto.gyp:crypto',
415 '../breakpad/breakpad.gyp:breakpad_handler', 415 '../breakpad/breakpad.gyp:breakpad_handler',
416 '../breakpad/breakpad.gyp:breakpad_sender', 416 '../breakpad/breakpad.gyp:breakpad_sender',
417 '../chrome_elf/chrome_elf.gyp:chrome_elf', 417 '../chrome_elf/chrome_elf.gyp:chrome_elf',
418 '../components/components.gyp:crash_component', 418 '../components/components.gyp:crash_component',
419 '../components/components.gyp:crash_core_common', 419 '../components/components.gyp:crash_core_common',
420 '../components/components.gyp:flags_ui_switches',
420 '../sandbox/sandbox.gyp:sandbox', 421 '../sandbox/sandbox.gyp:sandbox',
421 '../ui/gfx/gfx.gyp:gfx', 422 '../ui/gfx/gfx.gyp:gfx',
422 '../win8/metro_driver/metro_driver.gyp:metro_driver', 423 '../win8/metro_driver/metro_driver.gyp:metro_driver',
423 '../win8/delegate_execute/delegate_execute.gyp:*', 424 '../win8/delegate_execute/delegate_execute.gyp:*',
424 ], 425 ],
425 'sources': [ 426 'sources': [
426 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', 427 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc',
427 'app/chrome_crash_reporter_client.cc', 428 'app/chrome_crash_reporter_client.cc',
428 'app/chrome_crash_reporter_client.h', 429 'app/chrome_crash_reporter_client.h',
429 'app/chrome_exe.rc', 430 'app/chrome_exe.rc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'chrome_version_resources', 542 'chrome_version_resources',
542 'installer_util_nacl_win64', 543 'installer_util_nacl_win64',
543 '../base/base.gyp:base_i18n_nacl_win64', 544 '../base/base.gyp:base_i18n_nacl_win64',
544 '../base/base.gyp:base_win64', 545 '../base/base.gyp:base_win64',
545 '../base/base.gyp:base_static_win64', 546 '../base/base.gyp:base_static_win64',
546 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64', 547 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp :dynamic_annotations_win64',
547 '../breakpad/breakpad.gyp:breakpad_handler_win64', 548 '../breakpad/breakpad.gyp:breakpad_handler_win64',
548 '../breakpad/breakpad.gyp:breakpad_sender_win64', 549 '../breakpad/breakpad.gyp:breakpad_sender_win64',
549 '../components/components.gyp:breakpad_win64', 550 '../components/components.gyp:breakpad_win64',
550 '../components/components.gyp:crash_core_common_win64', 551 '../components/components.gyp:crash_core_common_win64',
552 '../components/components.gyp:flags_ui_switches_win64',
551 '../chrome/common_constants.gyp:common_constants_win64', 553 '../chrome/common_constants.gyp:common_constants_win64',
552 '../components/nacl.gyp:nacl_win64', 554 '../components/nacl.gyp:nacl_win64',
553 '../crypto/crypto.gyp:crypto_nacl_win64', 555 '../crypto/crypto.gyp:crypto_nacl_win64',
554 '../ipc/ipc.gyp:ipc_win64', 556 '../ipc/ipc.gyp:ipc_win64',
555 '../sandbox/sandbox.gyp:sandbox_win64', 557 '../sandbox/sandbox.gyp:sandbox_win64',
556 ], 558 ],
557 'defines': [ 559 'defines': [
558 '<@(nacl_win64_defines)', 560 '<@(nacl_win64_defines)',
559 'COMPILE_CONTENT_STATICALLY', 561 'COMPILE_CONTENT_STATICALLY',
560 ], 562 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'dependencies': [ 615 'dependencies': [
614 'chrome_nacl_win64', 616 'chrome_nacl_win64',
615 ], 617 ],
616 }], 618 }],
617 ], 619 ],
618 }, 620 },
619 ], 621 ],
620 }], 622 }],
621 ], 623 ],
622 } 624 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698