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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15342003: app_list: Add web store search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and address nits in #3 Created 7 years, 7 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 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 'browser/safe_browsing/safe_browsing_util.h', 1701 'browser/safe_browsing/safe_browsing_util.h',
1702 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 1702 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
1703 'browser/safe_browsing/sandboxed_zip_analyzer.h', 1703 'browser/safe_browsing/sandboxed_zip_analyzer.h',
1704 'browser/safe_browsing/signature_util_posix.cc', 1704 'browser/safe_browsing/signature_util_posix.cc',
1705 'browser/safe_browsing/signature_util_win.cc', 1705 'browser/safe_browsing/signature_util_win.cc',
1706 'browser/safe_browsing/signature_util.h', 1706 'browser/safe_browsing/signature_util.h',
1707 'browser/safe_browsing/two_phase_uploader.cc', 1707 'browser/safe_browsing/two_phase_uploader.cc',
1708 'browser/safe_browsing/two_phase_uploader.h', 1708 'browser/safe_browsing/two_phase_uploader.h',
1709 'browser/safe_browsing/ui_manager.cc', 1709 'browser/safe_browsing/ui_manager.cc',
1710 'browser/safe_browsing/ui_manager.h', 1710 'browser/safe_browsing/ui_manager.h',
1711 'browser/safe_json_parser.cc',
1712 'browser/safe_json_parser.h',
1711 'browser/screensaver_window_finder_gtk.cc', 1713 'browser/screensaver_window_finder_gtk.cc',
1712 'browser/screensaver_window_finder_gtk.h', 1714 'browser/screensaver_window_finder_gtk.h',
1713 'browser/search/iframe_source.cc', 1715 'browser/search/iframe_source.cc',
1714 'browser/search/iframe_source.h', 1716 'browser/search/iframe_source.h',
1715 'browser/search/instant_extended_context_menu_observer.cc', 1717 'browser/search/instant_extended_context_menu_observer.cc',
1716 'browser/search/instant_extended_context_menu_observer.h', 1718 'browser/search/instant_extended_context_menu_observer.h',
1717 'browser/search/instant_io_context.cc', 1719 'browser/search/instant_io_context.cc',
1718 'browser/search/instant_io_context.h', 1720 'browser/search/instant_io_context.h',
1719 'browser/search/instant_service.cc', 1721 'browser/search/instant_service.cc',
1720 'browser/search/instant_service.h', 1722 'browser/search/instant_service.h',
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
3194 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3196 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3195 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3197 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3196 }, 3198 },
3197 'includes': [ '../build/android/java_cpp_template.gypi' ], 3199 'includes': [ '../build/android/java_cpp_template.gypi' ],
3198 }, 3200 },
3199 ], 3201 ],
3200 }, 3202 },
3201 ], 3203 ],
3202 ], 3204 ],
3203 } 3205 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/search/webstore_search_fetcher.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698