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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding unit tests. 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 | Annotate | Revision Log
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 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 'browser/search/instant_service.cc', 1604 'browser/search/instant_service.cc',
1605 'browser/search/instant_service.h', 1605 'browser/search/instant_service.h',
1606 'browser/search/instant_service_factory.cc', 1606 'browser/search/instant_service_factory.cc',
1607 'browser/search/instant_service_factory.h', 1607 'browser/search/instant_service_factory.h',
1608 'browser/search/local_ntp_source.cc', 1608 'browser/search/local_ntp_source.cc',
1609 'browser/search/local_ntp_source.h', 1609 'browser/search/local_ntp_source.h',
1610 'browser/search/local_omnibox_popup_source.cc', 1610 'browser/search/local_omnibox_popup_source.cc',
1611 'browser/search/local_omnibox_popup_source.h', 1611 'browser/search/local_omnibox_popup_source.h',
1612 'browser/search/search.cc', 1612 'browser/search/search.cc',
1613 'browser/search/search.h', 1613 'browser/search/search.h',
1614 'browser/search/suggestion_source.cc',
1615 'browser/search/suggestion_source.h',
1614 'browser/search_engines/search_engine_type.h', 1616 'browser/search_engines/search_engine_type.h',
1615 'browser/search_engines/search_host_to_urls_map.cc', 1617 'browser/search_engines/search_host_to_urls_map.cc',
1616 'browser/search_engines/search_host_to_urls_map.h', 1618 'browser/search_engines/search_host_to_urls_map.h',
1617 'browser/search_engines/search_provider_install_data.cc', 1619 'browser/search_engines/search_provider_install_data.cc',
1618 'browser/search_engines/search_provider_install_data.h', 1620 'browser/search_engines/search_provider_install_data.h',
1619 'browser/search_engines/search_provider_install_state_message_filter.cc' , 1621 'browser/search_engines/search_provider_install_state_message_filter.cc' ,
1620 'browser/search_engines/search_provider_install_state_message_filter.h', 1622 'browser/search_engines/search_provider_install_state_message_filter.h',
1621 'browser/search_engines/search_terms_data.cc', 1623 'browser/search_engines/search_terms_data.cc',
1622 'browser/search_engines/search_terms_data.h', 1624 'browser/search_engines/search_terms_data.h',
1623 'browser/search_engines/search_terms_data_android.cc', 1625 'browser/search_engines/search_terms_data_android.cc',
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
3015 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3017 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3016 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3018 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3017 }, 3019 },
3018 'includes': [ '../build/android/java_cpp_template.gypi' ], 3020 'includes': [ '../build/android/java_cpp_template.gypi' ],
3019 }, 3021 },
3020 ], 3022 ],
3021 }, 3023 },
3022 ], 3024 ],
3023 ], 3025 ],
3024 } 3026 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698