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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix class/struct decl Created 9 years, 3 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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 'browser/instant/instant_unload_handler.cc', 1411 'browser/instant/instant_unload_handler.cc',
1412 'browser/instant/instant_unload_handler.h', 1412 'browser/instant/instant_unload_handler.h',
1413 'browser/instant/promo_counter.cc', 1413 'browser/instant/promo_counter.cc',
1414 'browser/instant/promo_counter.h', 1414 'browser/instant/promo_counter.h',
1415 'browser/intents/register_intent_handler_infobar_delegate.cc', 1415 'browser/intents/register_intent_handler_infobar_delegate.cc',
1416 'browser/intents/register_intent_handler_infobar_delegate.h', 1416 'browser/intents/register_intent_handler_infobar_delegate.h',
1417 'browser/intents/web_intents_registry.cc', 1417 'browser/intents/web_intents_registry.cc',
1418 'browser/intents/web_intents_registry.h', 1418 'browser/intents/web_intents_registry.h',
1419 'browser/intents/web_intents_registry_factory.cc', 1419 'browser/intents/web_intents_registry_factory.cc',
1420 'browser/intents/web_intents_registry_factory.h', 1420 'browser/intents/web_intents_registry_factory.h',
1421 'browser/intents/web_intent_data.cc', 1421 'browser/intents/web_intent_service_data.cc',
1422 'browser/intents/web_intent_data.h', 1422 'browser/intents/web_intent_service_data.h',
1423 'browser/internal_auth.cc', 1423 'browser/internal_auth.cc',
1424 'browser/internal_auth.h', 1424 'browser/internal_auth.h',
1425 'browser/intranet_redirect_detector.cc', 1425 'browser/intranet_redirect_detector.cc',
1426 'browser/intranet_redirect_detector.h', 1426 'browser/intranet_redirect_detector.h',
1427 'browser/io_thread.cc', 1427 'browser/io_thread.cc',
1428 'browser/io_thread.h', 1428 'browser/io_thread.h',
1429 'browser/jankometer.cc', 1429 'browser/jankometer.cc',
1430 'browser/jankometer.h', 1430 'browser/jankometer.h',
1431 'browser/jankometer_mac.cc', 1431 'browser/jankometer_mac.cc',
1432 'browser/jumplist_win.cc', 1432 'browser/jumplist_win.cc',
(...skipping 3671 matching lines...) Expand 10 before | Expand all | Expand 10 after
5104 # weak imports in dependents, who still must #include 5104 # weak imports in dependents, who still must #include
5105 # closure_blocks_leopard_compat.h to get weak imports. 5105 # closure_blocks_leopard_compat.h to get weak imports.
5106 'type': 'none', 5106 'type': 'none',
5107 }], 5107 }],
5108 ], 5108 ],
5109 }, 5109 },
5110 ], 5110 ],
5111 }], 5111 }],
5112 ], 5112 ],
5113 } 5113 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_intents_table_unittest.cc ('k') | content/browser/tab_contents/tab_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698