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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 393173002: Moves some functions in search.h to components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix 3 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/browser/ui/webui/history_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 '../components/components.gyp:navigation_metrics', 2866 '../components/components.gyp:navigation_metrics',
2867 '../components/components.gyp:network_time', 2867 '../components/components.gyp:network_time',
2868 '../components/components.gyp:omaha_query_params', 2868 '../components/components.gyp:omaha_query_params',
2869 '../components/components.gyp:os_crypt', 2869 '../components/components.gyp:os_crypt',
2870 '../components/components.gyp:password_manager_core_browser', 2870 '../components/components.gyp:password_manager_core_browser',
2871 '../components/components.gyp:password_manager_core_common', 2871 '../components/components.gyp:password_manager_core_common',
2872 '../components/components.gyp:policy_component', 2872 '../components/components.gyp:policy_component',
2873 '../components/components.gyp:precache_core', 2873 '../components/components.gyp:precache_core',
2874 '../components/components.gyp:query_parser', 2874 '../components/components.gyp:query_parser',
2875 '../components/components.gyp:rappor', 2875 '../components/components.gyp:rappor',
2876 '../components/components.gyp:search',
2876 '../components/components.gyp:search_engines', 2877 '../components/components.gyp:search_engines',
2877 '../components/components.gyp:search_provider_logos', 2878 '../components/components.gyp:search_provider_logos',
2878 '../components/components.gyp:signin_core_browser', 2879 '../components/components.gyp:signin_core_browser',
2879 '../components/components.gyp:startup_metric_utils', 2880 '../components/components.gyp:startup_metric_utils',
2880 '../components/components.gyp:sync_driver', 2881 '../components/components.gyp:sync_driver',
2881 '../components/components.gyp:translate_core_browser', 2882 '../components/components.gyp:translate_core_browser',
2882 '../components/components.gyp:translate_core_common', 2883 '../components/components.gyp:translate_core_common',
2883 '../components/components.gyp:url_fixer', 2884 '../components/components.gyp:url_fixer',
2884 '../components/components.gyp:user_prefs', 2885 '../components/components.gyp:user_prefs',
2885 '../components/components_strings.gyp:components_strings', 2886 '../components/components_strings.gyp:components_strings',
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'package_name': 'org/chromium/chrome/browser', 3607 'package_name': 'org/chromium/chrome/browser',
3607 'template_deps': ['browser/android/tab_load_status.h'], 3608 'template_deps': ['browser/android/tab_load_status.h'],
3608 }, 3609 },
3609 'includes': [ '../build/android/java_cpp_template.gypi' ], 3610 'includes': [ '../build/android/java_cpp_template.gypi' ],
3610 }, 3611 },
3611 ], 3612 ],
3612 }, 3613 },
3613 ], 3614 ],
3614 ], 3615 ],
3615 } 3616 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698