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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13905008: Merge local_omnibox_popup into local_ntp. Render the Google logo and fakebox if Google is the sear… (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 8 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 1619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 'browser/screensaver_window_finder_gtk.cc', 1630 'browser/screensaver_window_finder_gtk.cc',
1631 'browser/screensaver_window_finder_gtk.h', 1631 'browser/screensaver_window_finder_gtk.h',
1632 'browser/search/instant_io_context.cc', 1632 'browser/search/instant_io_context.cc',
1633 'browser/search/instant_io_context.h', 1633 'browser/search/instant_io_context.h',
1634 'browser/search/instant_service.cc', 1634 'browser/search/instant_service.cc',
1635 'browser/search/instant_service.h', 1635 'browser/search/instant_service.h',
1636 'browser/search/instant_service_factory.cc', 1636 'browser/search/instant_service_factory.cc',
1637 'browser/search/instant_service_factory.h', 1637 'browser/search/instant_service_factory.h',
1638 'browser/search/local_ntp_source.cc', 1638 'browser/search/local_ntp_source.cc',
1639 'browser/search/local_ntp_source.h', 1639 'browser/search/local_ntp_source.h',
1640 'browser/search/local_omnibox_popup_source.cc',
1641 'browser/search/local_omnibox_popup_source.h',
1642 'browser/search/search.cc', 1640 'browser/search/search.cc',
1643 'browser/search/search.h', 1641 'browser/search/search.h',
1644 'browser/search_engines/search_engine_type.h', 1642 'browser/search_engines/search_engine_type.h',
1645 'browser/search_engines/search_host_to_urls_map.cc', 1643 'browser/search_engines/search_host_to_urls_map.cc',
1646 'browser/search_engines/search_host_to_urls_map.h', 1644 'browser/search_engines/search_host_to_urls_map.h',
1647 'browser/search_engines/search_provider_install_data.cc', 1645 'browser/search_engines/search_provider_install_data.cc',
1648 'browser/search_engines/search_provider_install_data.h', 1646 'browser/search_engines/search_provider_install_data.h',
1649 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1647 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1650 'browser/search_engines/search_provider_install_state_message_filter.h', 1648 'browser/search_engines/search_provider_install_state_message_filter.h',
1651 'browser/search_engines/search_terms_data.cc', 1649 'browser/search_engines/search_terms_data.cc',
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3027 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3030 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3028 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3031 }, 3029 },
3032 'includes': [ '../build/android/java_cpp_template.gypi' ], 3030 'includes': [ '../build/android/java_cpp_template.gypi' ],
3033 }, 3031 },
3034 ], 3032 ],
3035 }, 3033 },
3036 ], 3034 ],
3037 ], 3035 ],
3038 } 3036 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698