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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9104018: Modify schema to include defaulting information. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing destructor decl. Created 8 years, 10 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_unittest.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 'browser/instant/instant_loader.h', 1564 'browser/instant/instant_loader.h',
1565 'browser/instant/instant_loader_delegate.h', 1565 'browser/instant/instant_loader_delegate.h',
1566 'browser/instant/instant_unload_handler.cc', 1566 'browser/instant/instant_unload_handler.cc',
1567 'browser/instant/instant_unload_handler.h', 1567 'browser/instant/instant_unload_handler.h',
1568 'browser/instant/promo_counter.cc', 1568 'browser/instant/promo_counter.cc',
1569 'browser/instant/promo_counter.h', 1569 'browser/instant/promo_counter.h',
1570 'browser/intents/cws_intents_registry.cc', 1570 'browser/intents/cws_intents_registry.cc',
1571 'browser/intents/cws_intents_registry.h', 1571 'browser/intents/cws_intents_registry.h',
1572 'browser/intents/cws_intents_registry_factory.cc', 1572 'browser/intents/cws_intents_registry_factory.cc',
1573 'browser/intents/cws_intents_registry_factory.h', 1573 'browser/intents/cws_intents_registry_factory.h',
1574 'browser/intents/default_web_intent_service.cc',
1575 'browser/intents/default_web_intent_service.h',
1574 'browser/intents/register_intent_handler_infobar_delegate.cc', 1576 'browser/intents/register_intent_handler_infobar_delegate.cc',
1575 'browser/intents/register_intent_handler_infobar_delegate.h', 1577 'browser/intents/register_intent_handler_infobar_delegate.h',
1576 'browser/intents/web_intents_registry.cc', 1578 'browser/intents/web_intents_registry.cc',
1577 'browser/intents/web_intents_registry.h', 1579 'browser/intents/web_intents_registry.h',
1578 'browser/intents/web_intents_registry_factory.cc', 1580 'browser/intents/web_intents_registry_factory.cc',
1579 'browser/intents/web_intents_registry_factory.h', 1581 'browser/intents/web_intents_registry_factory.h',
1580 'browser/internal_auth.cc', 1582 'browser/internal_auth.cc',
1581 'browser/internal_auth.h', 1583 'browser/internal_auth.h',
1582 'browser/intranet_redirect_detector.cc', 1584 'browser/intranet_redirect_detector.cc',
1583 'browser/intranet_redirect_detector.h', 1585 'browser/intranet_redirect_detector.h',
(...skipping 3951 matching lines...) Expand 10 before | Expand all | Expand 10 after
5535 'type': 'static_library', 5537 'type': 'static_library',
5536 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5538 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5537 'variables': { 5539 'variables': {
5538 'proto_in_dir': 'browser/history', 5540 'proto_in_dir': 'browser/history',
5539 'proto_out_dir': 'chrome/browser/history', 5541 'proto_out_dir': 'chrome/browser/history',
5540 }, 5542 },
5541 'includes': [ '../build/protoc.gypi' ] 5543 'includes': [ '../build/protoc.gypi' ]
5542 }, 5544 },
5543 ], 5545 ],
5544 } 5546 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_intents_table_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698