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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 367413003: No chrome dependencies in TemplateURLFetcher and TemplateURLParser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1525 'browser/ui/sad_tab.h', 1525 'browser/ui/sad_tab.h',
1526 'browser/ui/sad_tab_helper.cc', 1526 'browser/ui/sad_tab_helper.cc',
1527 'browser/ui/sad_tab_helper.h', 1527 'browser/ui/sad_tab_helper.h',
1528 'browser/ui/sad_tab_types.h', 1528 'browser/ui/sad_tab_types.h',
1529 'browser/ui/search/search_delegate.cc', 1529 'browser/ui/search/search_delegate.cc',
1530 'browser/ui/search/search_delegate.h', 1530 'browser/ui/search/search_delegate.h',
1531 'browser/ui/search/search_ui.cc', 1531 'browser/ui/search/search_ui.cc',
1532 'browser/ui/search/search_ui.h', 1532 'browser/ui/search/search_ui.h',
1533 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 1533 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
1534 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 1534 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
1535 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
1536 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
1537 'browser/ui/singleton_tabs.cc', 1535 'browser/ui/singleton_tabs.cc',
1538 'browser/ui/singleton_tabs.h', 1536 'browser/ui/singleton_tabs.h',
1539 'browser/ui/startup/autolaunch_prompt.h', 1537 'browser/ui/startup/autolaunch_prompt.h',
1540 'browser/ui/startup/autolaunch_prompt_win.cc', 1538 'browser/ui/startup/autolaunch_prompt_win.cc',
1541 'browser/ui/startup/bad_flags_prompt.cc', 1539 'browser/ui/startup/bad_flags_prompt.cc',
1542 'browser/ui/startup/bad_flags_prompt.h', 1540 'browser/ui/startup/bad_flags_prompt.h',
1543 'browser/ui/startup/default_browser_prompt.h', 1541 'browser/ui/startup/default_browser_prompt.h',
1544 'browser/ui/startup/default_browser_prompt_win.cc', 1542 'browser/ui/startup/default_browser_prompt_win.cc',
1545 'browser/ui/startup/google_api_keys_infobar_delegate.cc', 1543 'browser/ui/startup/google_api_keys_infobar_delegate.cc',
1546 'browser/ui/startup/google_api_keys_infobar_delegate.h', 1544 'browser/ui/startup/google_api_keys_infobar_delegate.h',
(...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after
2940 }], 2938 }],
2941 ['enable_spellcheck==1', { 2939 ['enable_spellcheck==1', {
2942 'dependencies': [ 2940 'dependencies': [
2943 '../third_party/hunspell/hunspell.gyp:hunspell', 2941 '../third_party/hunspell/hunspell.gyp:hunspell',
2944 ], 2942 ],
2945 }], 2943 }],
2946 ], 2944 ],
2947 }, 2945 },
2948 ], 2946 ],
2949 } 2947 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698