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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11377049: Moving prepopulated search engines to a JSON file. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased to fix conflict. Created 8 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
11 'variables': { 'enable_wexit_time_destructors': 1, }, 11 'variables': { 'enable_wexit_time_destructors': 1, },
12 'dependencies': [ 12 'dependencies': [
13 # NOTE: New dependencies should generally be added in the OS!="ios" 13 # NOTE: New dependencies should generally be added in the OS!="ios"
14 # dependencies block below, rather than here. 14 # dependencies block below, rather than here.
15 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines',
15 'browser_ui', 16 'browser_ui',
16 'cert_logger_proto', 17 'cert_logger_proto',
17 'chrome_resources.gyp:chrome_extra_resources', 18 'chrome_resources.gyp:chrome_extra_resources',
18 'chrome_resources.gyp:chrome_resources', 19 'chrome_resources.gyp:chrome_resources',
19 'chrome_resources.gyp:chrome_strings', 20 'chrome_resources.gyp:chrome_strings',
20 'chrome_resources.gyp:platform_locale_settings', 21 'chrome_resources.gyp:platform_locale_settings',
21 'chrome_resources.gyp:theme_resources', 22 'chrome_resources.gyp:theme_resources',
22 'common', 23 'common',
23 'common_net', 24 'common_net',
24 'feedback_proto', 25 'feedback_proto',
(...skipping 3008 matching lines...) Expand 10 before | Expand all | Expand 10 after
3033 'proto_in_dir': '../third_party/cros_system_api/dbus', 3034 'proto_in_dir': '../third_party/cros_system_api/dbus',
3034 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3035 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3035 }, 3036 },
3036 'includes': ['../build/protoc.gypi'], 3037 'includes': ['../build/protoc.gypi'],
3037 }, 3038 },
3038 ], 3039 ],
3039 }, 3040 },
3040 ], 3041 ],
3041 ], 3042 ],
3042 } 3043 }
OLDNEW
« no previous file with comments | « chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc ('k') | tools/json_to_struct/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698