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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12840003: Implement local NTP for fallback. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Respond to Samarth's comments. Created 7 years, 9 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 'browser/instant/instant_page.h', 870 'browser/instant/instant_page.h',
871 'browser/instant/instant_page.cc', 871 'browser/instant/instant_page.cc',
872 'browser/instant/instant_service.cc', 872 'browser/instant/instant_service.cc',
873 'browser/instant/instant_service.h', 873 'browser/instant/instant_service.h',
874 'browser/instant/instant_service_factory.cc', 874 'browser/instant/instant_service_factory.cc',
875 'browser/instant/instant_service_factory.h', 875 'browser/instant/instant_service_factory.h',
876 'browser/instant/instant_tab.cc', 876 'browser/instant/instant_tab.cc',
877 'browser/instant/instant_tab.h', 877 'browser/instant/instant_tab.h',
878 'browser/instant/instant_unload_handler.cc', 878 'browser/instant/instant_unload_handler.cc',
879 'browser/instant/instant_unload_handler.h', 879 'browser/instant/instant_unload_handler.h',
880 'browser/instant/local_ntp_source.cc',
881 'browser/instant/local_ntp_source.h',
880 'browser/instant/local_omnibox_popup_source.cc', 882 'browser/instant/local_omnibox_popup_source.cc',
881 'browser/instant/local_omnibox_popup_source.h', 883 'browser/instant/local_omnibox_popup_source.h',
882 'browser/instant/search.cc', 884 'browser/instant/search.cc',
883 'browser/instant/search.h', 885 'browser/instant/search.h',
884 'browser/internal_auth.cc', 886 'browser/internal_auth.cc',
885 'browser/internal_auth.h', 887 'browser/internal_auth.h',
886 'browser/intranet_redirect_detector.cc', 888 'browser/intranet_redirect_detector.cc',
887 'browser/intranet_redirect_detector.h', 889 'browser/intranet_redirect_detector.h',
888 'browser/io_thread.cc', 890 'browser/io_thread.cc',
889 'browser/io_thread.h', 891 'browser/io_thread.h',
(...skipping 2235 matching lines...) Expand 10 before | Expand all | Expand 10 after
3125 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3127 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3126 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3128 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3127 }, 3129 },
3128 'includes': [ '../build/android/java_cpp_template.gypi' ], 3130 'includes': [ '../build/android/java_cpp_template.gypi' ],
3129 }, 3131 },
3130 ], 3132 ],
3131 }, 3133 },
3132 ], 3134 ],
3133 ], 3135 ],
3134 } 3136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698