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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7511005: Initial version of web intents registry (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Review fixes. Created 9 years, 4 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/webdata/web_intents_table.h ('k') | chrome/chrome_tests.gypi » ('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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 'browser/instant/instant_field_trial.h', 1363 'browser/instant/instant_field_trial.h',
1364 'browser/instant/instant_loader.cc', 1364 'browser/instant/instant_loader.cc',
1365 'browser/instant/instant_loader.h', 1365 'browser/instant/instant_loader.h',
1366 'browser/instant/instant_loader_delegate.h', 1366 'browser/instant/instant_loader_delegate.h',
1367 'browser/instant/instant_loader_manager.cc', 1367 'browser/instant/instant_loader_manager.cc',
1368 'browser/instant/instant_loader_manager.h', 1368 'browser/instant/instant_loader_manager.h',
1369 'browser/instant/instant_unload_handler.cc', 1369 'browser/instant/instant_unload_handler.cc',
1370 'browser/instant/instant_unload_handler.h', 1370 'browser/instant/instant_unload_handler.h',
1371 'browser/instant/promo_counter.cc', 1371 'browser/instant/promo_counter.cc',
1372 'browser/instant/promo_counter.h', 1372 'browser/instant/promo_counter.h',
1373 'browser/intents/web_intents_registry.cc',
1374 'browser/intents/web_intents_registry.h',
1373 'browser/intents/register_intent_handler_infobar_delegate.cc', 1375 'browser/intents/register_intent_handler_infobar_delegate.cc',
1374 'browser/intents/register_intent_handler_infobar_delegate.h', 1376 'browser/intents/register_intent_handler_infobar_delegate.h',
1375 'browser/internal_auth.cc', 1377 'browser/internal_auth.cc',
1376 'browser/internal_auth.h', 1378 'browser/internal_auth.h',
1377 'browser/intranet_redirect_detector.cc', 1379 'browser/intranet_redirect_detector.cc',
1378 'browser/intranet_redirect_detector.h', 1380 'browser/intranet_redirect_detector.h',
1379 'browser/io_thread.cc', 1381 'browser/io_thread.cc',
1380 'browser/io_thread.h', 1382 'browser/io_thread.h',
1381 'browser/jankometer.cc', 1383 'browser/jankometer.cc',
1382 'browser/jankometer.h', 1384 'browser/jankometer.h',
(...skipping 3507 matching lines...) Expand 10 before | Expand all | Expand 10 after
4890 ], 4892 ],
4891 'export_dependent_settings': [ 4893 'export_dependent_settings': [
4892 'in_memory_url_index_cache_proto', 4894 'in_memory_url_index_cache_proto',
4893 ], 4895 ],
4894 # This target exports a hard dependency because it includes generated 4896 # This target exports a hard dependency because it includes generated
4895 # header files. 4897 # header files.
4896 'hard_dependency': 1, 4898 'hard_dependency': 1,
4897 }, 4899 },
4898 ], 4900 ],
4899 } 4901 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_intents_table.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698