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

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: Delete local omnibox popup. 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 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 'browser/screensaver_window_finder_gtk.cc', 1621 'browser/screensaver_window_finder_gtk.cc',
1622 'browser/screensaver_window_finder_gtk.h', 1622 'browser/screensaver_window_finder_gtk.h',
1623 'browser/search/instant_io_context.cc', 1623 'browser/search/instant_io_context.cc',
1624 'browser/search/instant_io_context.h', 1624 'browser/search/instant_io_context.h',
1625 'browser/search/instant_service.cc', 1625 'browser/search/instant_service.cc',
1626 'browser/search/instant_service.h', 1626 'browser/search/instant_service.h',
1627 'browser/search/instant_service_factory.cc', 1627 'browser/search/instant_service_factory.cc',
1628 'browser/search/instant_service_factory.h', 1628 'browser/search/instant_service_factory.h',
1629 'browser/search/local_ntp_source.cc', 1629 'browser/search/local_ntp_source.cc',
1630 'browser/search/local_ntp_source.h', 1630 'browser/search/local_ntp_source.h',
1631 'browser/search/local_omnibox_popup_source.cc',
1632 'browser/search/local_omnibox_popup_source.h',
1633 'browser/search/search.cc', 1631 'browser/search/search.cc',
1634 'browser/search/search.h', 1632 'browser/search/search.h',
1635 'browser/search_engines/search_engine_type.h', 1633 'browser/search_engines/search_engine_type.h',
1636 'browser/search_engines/search_host_to_urls_map.cc', 1634 'browser/search_engines/search_host_to_urls_map.cc',
1637 'browser/search_engines/search_host_to_urls_map.h', 1635 'browser/search_engines/search_host_to_urls_map.h',
1638 'browser/search_engines/search_provider_install_data.cc', 1636 'browser/search_engines/search_provider_install_data.cc',
1639 'browser/search_engines/search_provider_install_data.h', 1637 'browser/search_engines/search_provider_install_data.h',
1640 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1638 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1641 'browser/search_engines/search_provider_install_state_message_filter.h', 1639 'browser/search_engines/search_provider_install_state_message_filter.h',
1642 'browser/search_engines/search_terms_data.cc', 1640 'browser/search_engines/search_terms_data.cc',
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
3018 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3016 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3019 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3017 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3020 }, 3018 },
3021 'includes': [ '../build/android/java_cpp_template.gypi' ], 3019 'includes': [ '../build/android/java_cpp_template.gypi' ],
3022 }, 3020 },
3023 ], 3021 ],
3024 }, 3022 },
3025 ], 3023 ],
3026 ], 3024 ],
3027 } 3025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698