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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11293291: Revert 167793 - Moving prepopulated search engines to a JSON file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
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',
16 'browser_ui', 15 'browser_ui',
17 'cert_logger_proto', 16 'cert_logger_proto',
18 'chrome_resources.gyp:chrome_extra_resources', 17 'chrome_resources.gyp:chrome_extra_resources',
19 'chrome_resources.gyp:chrome_resources', 18 'chrome_resources.gyp:chrome_resources',
20 'chrome_resources.gyp:chrome_strings', 19 'chrome_resources.gyp:chrome_strings',
21 'chrome_resources.gyp:platform_locale_settings', 20 'chrome_resources.gyp:platform_locale_settings',
22 'chrome_resources.gyp:theme_resources', 21 'chrome_resources.gyp:theme_resources',
23 'common', 22 'common',
24 'common_net', 23 'common_net',
25 'feedback_proto', 24 'feedback_proto',
(...skipping 3003 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'proto_in_dir': '../third_party/cros_system_api/dbus', 3028 'proto_in_dir': '../third_party/cros_system_api/dbus',
3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3029 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3031 }, 3030 },
3032 'includes': ['../build/protoc.gypi'], 3031 'includes': ['../build/protoc.gypi'],
3033 }, 3032 },
3034 ], 3033 ],
3035 }, 3034 },
3036 ], 3035 ],
3037 ], 3036 ],
3038 } 3037 }
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