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

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: Reverting ifdef'ed constructor 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | 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 'dependencies': [ 10 'dependencies': [
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1330 'browser/importer/toolbar_importer.cc', 1330 'browser/importer/toolbar_importer.cc',
1331 'browser/importer/toolbar_importer.h', 1331 'browser/importer/toolbar_importer.h',
1332 'browser/importer/toolbar_importer_utils.cc', 1332 'browser/importer/toolbar_importer_utils.cc',
1333 'browser/importer/toolbar_importer_utils.h', 1333 'browser/importer/toolbar_importer_utils.h',
1334 'browser/instant/instant_commit_type.h', 1334 'browser/instant/instant_commit_type.h',
1335 'browser/instant/instant_confirm_dialog.cc', 1335 'browser/instant/instant_confirm_dialog.cc',
1336 'browser/instant/instant_confirm_dialog.h', 1336 'browser/instant/instant_confirm_dialog.h',
1337 'browser/instant/instant_controller.cc', 1337 'browser/instant/instant_controller.cc',
1338 'browser/instant/instant_controller.h', 1338 'browser/instant/instant_controller.h',
1339 'browser/instant/instant_delegate.h', 1339 'browser/instant/instant_delegate.h',
1340 'browser/instant/instant_field_trial.cc',
1341 'browser/instant/instant_field_trial.h',
1340 'browser/instant/instant_loader.cc', 1342 'browser/instant/instant_loader.cc',
1341 'browser/instant/instant_loader.h', 1343 'browser/instant/instant_loader.h',
1342 'browser/instant/instant_loader_delegate.h', 1344 'browser/instant/instant_loader_delegate.h',
1343 'browser/instant/instant_loader_manager.cc', 1345 'browser/instant/instant_loader_manager.cc',
1344 'browser/instant/instant_loader_manager.h', 1346 'browser/instant/instant_loader_manager.h',
1345 'browser/instant/instant_unload_handler.cc', 1347 'browser/instant/instant_unload_handler.cc',
1346 'browser/instant/instant_unload_handler.h', 1348 'browser/instant/instant_unload_handler.h',
1347 'browser/instant/promo_counter.cc', 1349 'browser/instant/promo_counter.cc',
1348 'browser/instant/promo_counter.h', 1350 'browser/instant/promo_counter.h',
1349 'browser/internal_auth.cc', 1351 'browser/internal_auth.cc',
(...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after
4862 ], 4864 ],
4863 'export_dependent_settings': [ 4865 'export_dependent_settings': [
4864 'in_memory_url_index_cache_proto', 4866 'in_memory_url_index_cache_proto',
4865 ], 4867 ],
4866 # This target exports a hard dependency because it includes generated 4868 # This target exports a hard dependency because it includes generated
4867 # header files. 4869 # header files.
4868 'hard_dependency': 1, 4870 'hard_dependency': 1,
4869 }, 4871 },
4870 ], 4872 ],
4871 } 4873 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698