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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some ifdefs 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.h » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3850 matching lines...) Expand 10 before | Expand all | Expand 10 after
3861 'sources!': [ 3861 'sources!': [
3862 'browser/autofill/validation_rules_storage_factory.cc', 3862 'browser/autofill/validation_rules_storage_factory.cc',
3863 'browser/autofill/validation_rules_storage_factory.h', 3863 'browser/autofill/validation_rules_storage_factory.h',
3864 ], 3864 ],
3865 }], 3865 }],
3866 [ 'enable_basic_printing==1 or enable_print_preview==1', { 3866 [ 'enable_basic_printing==1 or enable_print_preview==1', {
3867 'dependencies': [ 3867 'dependencies': [
3868 '../components/components.gyp:printing_browser', 3868 '../components/components.gyp:printing_browser',
3869 ] 3869 ]
3870 }], 3870 }],
3871 ['enable_wayland_server==1', {
3872 'sources': [
3873 'browser/chrome_browser_main_extra_parts_exo.cc',
3874 'browser/chrome_browser_main_extra_parts_exo.h',
3875 ],
3876 'dependencies': [
3877 '../components/components.gyp:exo',
3878 '../components/components.gyp:exo_wayland',
3879 ],
3880 }],
3871 ], 3881 ],
3872 }, 3882 },
3873 { 3883 {
3874 # Protobuf compiler / generator for Probe Message. 3884 # Protobuf compiler / generator for Probe Message.
3875 # GN version: //chrome/browser/net:probe_message_proto 3885 # GN version: //chrome/browser/net:probe_message_proto
3876 'target_name': 'probe_message_proto', 3886 'target_name': 'probe_message_proto',
3877 'type': 'static_library', 3887 'type': 'static_library',
3878 'sources': [ 'browser/net/probe_message.proto' ], 3888 'sources': [ 'browser/net/probe_message.proto' ],
3879 'variables': { 3889 'variables': {
3880 'proto_in_dir': 'browser/net', 3890 'proto_in_dir': 'browser/net',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 '../components/components.gyp:omnibox_browser', 4100 '../components/components.gyp:omnibox_browser',
4091 '../components/components.gyp:rlz', 4101 '../components/components.gyp:rlz',
4092 '../components/components.gyp:search_engines', 4102 '../components/components.gyp:search_engines',
4093 '../rlz/rlz.gyp:rlz_lib', 4103 '../rlz/rlz.gyp:rlz_lib',
4094 ], 4104 ],
4095 }, 4105 },
4096 ], 4106 ],
4097 }], 4107 }],
4098 ], 4108 ],
4099 } 4109 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698