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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8677025: Reverting based on discussions on #chromium with shess and rsleevi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/history/text_database.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 'browser/history/expire_history_backend.cc', 1316 'browser/history/expire_history_backend.cc',
1317 'browser/history/expire_history_backend.h', 1317 'browser/history/expire_history_backend.h',
1318 'browser/history/history.cc', 1318 'browser/history/history.cc',
1319 'browser/history/history.h', 1319 'browser/history/history.h',
1320 'browser/history/history_backend.cc', 1320 'browser/history/history_backend.cc',
1321 'browser/history/history_backend.h', 1321 'browser/history/history_backend.h',
1322 'browser/history/history_database.cc', 1322 'browser/history/history_database.cc',
1323 'browser/history/history_database.h', 1323 'browser/history/history_database.h',
1324 'browser/history/history_extension_api.cc', 1324 'browser/history/history_extension_api.cc',
1325 'browser/history/history_extension_api.h', 1325 'browser/history/history_extension_api.h',
1326 'browser/history/history_field_trial.cc',
1327 'browser/history/history_field_trial.h',
1328 'browser/history/history_marshaling.h', 1326 'browser/history/history_marshaling.h',
1329 'browser/history/history_notifications.cc', 1327 'browser/history/history_notifications.cc',
1330 'browser/history/history_notifications.h', 1328 'browser/history/history_notifications.h',
1331 'browser/history/history_publisher.cc', 1329 'browser/history/history_publisher.cc',
1332 'browser/history/history_publisher.h', 1330 'browser/history/history_publisher.h',
1333 'browser/history/history_publisher_none.cc', 1331 'browser/history/history_publisher_none.cc',
1334 'browser/history/history_publisher_win.cc', 1332 'browser/history/history_publisher_win.cc',
1335 'browser/history/history_tab_helper.cc', 1333 'browser/history/history_tab_helper.cc',
1336 'browser/history/history_tab_helper.h', 1334 'browser/history/history_tab_helper.h',
1337 'browser/history/history_types.cc', 1335 'browser/history/history_types.cc',
(...skipping 3915 matching lines...) Expand 10 before | Expand all | Expand 10 after
5253 'type': 'static_library', 5251 'type': 'static_library',
5254 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5252 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5255 'variables': { 5253 'variables': {
5256 'proto_in_dir': 'browser/history', 5254 'proto_in_dir': 'browser/history',
5257 'proto_out_dir': 'chrome/browser/history', 5255 'proto_out_dir': 'chrome/browser/history',
5258 }, 5256 },
5259 'includes': [ '../build/protoc.gypi' ] 5257 'includes': [ '../build/protoc.gypi' ]
5260 }, 5258 },
5261 ], 5259 ],
5262 } 5260 }
OLDNEW
« no previous file with comments | « chrome/browser/history/text_database.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698