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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7337007: Introduce a field trial for Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added opt-out histogram Created 9 years, 5 months 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) 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 'dependencies': [ 10 'dependencies': [
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 'browser/importer/toolbar_importer.cc', 1320 'browser/importer/toolbar_importer.cc',
1321 'browser/importer/toolbar_importer.h', 1321 'browser/importer/toolbar_importer.h',
1322 'browser/importer/toolbar_importer_utils.cc', 1322 'browser/importer/toolbar_importer_utils.cc',
1323 'browser/importer/toolbar_importer_utils.h', 1323 'browser/importer/toolbar_importer_utils.h',
1324 'browser/instant/instant_commit_type.h', 1324 'browser/instant/instant_commit_type.h',
1325 'browser/instant/instant_confirm_dialog.cc', 1325 'browser/instant/instant_confirm_dialog.cc',
1326 'browser/instant/instant_confirm_dialog.h', 1326 'browser/instant/instant_confirm_dialog.h',
1327 'browser/instant/instant_controller.cc', 1327 'browser/instant/instant_controller.cc',
1328 'browser/instant/instant_controller.h', 1328 'browser/instant/instant_controller.h',
1329 'browser/instant/instant_delegate.h', 1329 'browser/instant/instant_delegate.h',
1330 'browser/instant/instant_field_trial.cc',
1331 'browser/instant/instant_field_trial.h',
1330 'browser/instant/instant_loader.cc', 1332 'browser/instant/instant_loader.cc',
1331 'browser/instant/instant_loader.h', 1333 'browser/instant/instant_loader.h',
1332 'browser/instant/instant_loader_delegate.h', 1334 'browser/instant/instant_loader_delegate.h',
1333 'browser/instant/instant_loader_manager.cc', 1335 'browser/instant/instant_loader_manager.cc',
1334 'browser/instant/instant_loader_manager.h', 1336 'browser/instant/instant_loader_manager.h',
1335 'browser/instant/instant_unload_handler.cc', 1337 'browser/instant/instant_unload_handler.cc',
1336 'browser/instant/instant_unload_handler.h', 1338 'browser/instant/instant_unload_handler.h',
1337 'browser/instant/promo_counter.cc', 1339 'browser/instant/promo_counter.cc',
1338 'browser/instant/promo_counter.h', 1340 'browser/instant/promo_counter.h',
1339 'browser/internal_auth.cc', 1341 'browser/internal_auth.cc',
(...skipping 3489 matching lines...) Expand 10 before | Expand all | Expand 10 after
4829 ], 4831 ],
4830 'export_dependent_settings': [ 4832 'export_dependent_settings': [
4831 'in_memory_url_index_cache_proto', 4833 'in_memory_url_index_cache_proto',
4832 ], 4834 ],
4833 # This target exports a hard dependency because it includes generated 4835 # This target exports a hard dependency because it includes generated
4834 # header files. 4836 # header files.
4835 'hard_dependency': 1, 4837 'hard_dependency': 1,
4836 }, 4838 },
4837 ], 4839 ],
4838 } 4840 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698