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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11522007: Move TopSites api from c/b/history to c/b/e/api (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_ungoop_history
Patch Set: Created 8 years 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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2270 'sources!': [ 2270 'sources!': [
2271 'browser/api/infobars/one_click_signin_infobar_delegate.cc', 2271 'browser/api/infobars/one_click_signin_infobar_delegate.cc',
2272 'browser/api/infobars/one_click_signin_infobar_delegate.h', 2272 'browser/api/infobars/one_click_signin_infobar_delegate.h',
2273 ], 2273 ],
2274 }], 2274 }],
2275 ['enable_extensions==1', { 2275 ['enable_extensions==1', {
2276 'sources': [ 2276 'sources': [
2277 # Only extension API implementations should go here. 2277 # Only extension API implementations should go here.
2278 'browser/accessibility/accessibility_extension_api.cc', 2278 'browser/accessibility/accessibility_extension_api.cc',
2279 'browser/accessibility/accessibility_extension_api.h', 2279 'browser/accessibility/accessibility_extension_api.h',
2280 'browser/history/top_sites_extension_api.cc',
2281 'browser/history/top_sites_extension_api.h',
2282 'browser/infobars/infobar_extension_api.cc', 2280 'browser/infobars/infobar_extension_api.cc',
2283 'browser/infobars/infobar_extension_api.h', 2281 'browser/infobars/infobar_extension_api.h',
2284 'browser/rlz/rlz_extension_api.cc', 2282 'browser/rlz/rlz_extension_api.cc',
2285 'browser/rlz/rlz_extension_api.h', 2283 'browser/rlz/rlz_extension_api.h',
2286 'browser/speech/extension_api/tts_extension_api.cc', 2284 'browser/speech/extension_api/tts_extension_api.cc',
2287 'browser/speech/extension_api/tts_extension_api.h', 2285 'browser/speech/extension_api/tts_extension_api.h',
2288 'browser/speech/extension_api/tts_engine_extension_api.cc', 2286 'browser/speech/extension_api/tts_engine_extension_api.cc',
2289 'browser/speech/extension_api/tts_engine_extension_api.h', 2287 'browser/speech/extension_api/tts_engine_extension_api.h',
2290 'browser/speech/speech_input_extension_api.cc', 2288 'browser/speech/speech_input_extension_api.cc',
2291 'browser/speech/speech_input_extension_api.h', 2289 'browser/speech/speech_input_extension_api.h',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'proto_in_dir': '../third_party/cros_system_api/dbus', 3103 'proto_in_dir': '../third_party/cros_system_api/dbus',
3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3104 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3107 }, 3105 },
3108 'includes': ['../build/protoc.gypi'], 3106 'includes': ['../build/protoc.gypi'],
3109 }, 3107 },
3110 ], 3108 ],
3111 }, 3109 },
3112 ], 3110 ],
3113 ], 3111 ],
3114 } 3112 }
OLDNEW
« no previous file with comments | « chrome/browser/history/top_sites_extension_test.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698