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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 304273010: Move thumbnail to history component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to ToT and formatting code Created 6 years, 6 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 22 matching lines...) Expand all
33 '../components/components.gyp:cloud_devices_common', 33 '../components/components.gyp:cloud_devices_common',
34 '../components/components.gyp:component_metrics_proto', 34 '../components/components.gyp:component_metrics_proto',
35 '../components/components.gyp:data_reduction_proxy_browser', 35 '../components/components.gyp:data_reduction_proxy_browser',
36 '../components/components.gyp:domain_reliability', 36 '../components/components.gyp:domain_reliability',
37 '../components/components.gyp:favicon_base', 37 '../components/components.gyp:favicon_base',
38 '../components/components.gyp:favicon_core', 38 '../components/components.gyp:favicon_core',
39 '../components/components.gyp:feedback_component', 39 '../components/components.gyp:feedback_component',
40 '../components/components.gyp:gcm_driver', 40 '../components/components.gyp:gcm_driver',
41 '../components/components.gyp:google_core_browser', 41 '../components/components.gyp:google_core_browser',
42 '../components/components.gyp:history_core_browser', 42 '../components/components.gyp:history_core_browser',
43 '../components/components.gyp:history_core_common',
43 '../components/components.gyp:infobars_core', 44 '../components/components.gyp:infobars_core',
44 '../components/components.gyp:invalidation', 45 '../components/components.gyp:invalidation',
45 '../components/components.gyp:metrics', 46 '../components/components.gyp:metrics',
46 '../components/components.gyp:metrics_net', 47 '../components/components.gyp:metrics_net',
47 '../components/components.gyp:navigation_metrics', 48 '../components/components.gyp:navigation_metrics',
48 '../components/components.gyp:network_time', 49 '../components/components.gyp:network_time',
49 '../components/components.gyp:os_crypt', 50 '../components/components.gyp:os_crypt',
50 '../components/components.gyp:password_manager_core_browser', 51 '../components/components.gyp:password_manager_core_browser',
51 '../components/components.gyp:password_manager_core_common', 52 '../components/components.gyp:password_manager_core_common',
52 '../components/components.gyp:policy_component', 53 '../components/components.gyp:policy_component',
(...skipping 3723 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 'package_name': 'org/chromium/chrome/browser', 3777 'package_name': 'org/chromium/chrome/browser',
3777 'template_deps': ['browser/android/tab_load_status.h'], 3778 'template_deps': ['browser/android/tab_load_status.h'],
3778 }, 3779 },
3779 'includes': [ '../build/android/java_cpp_template.gypi' ], 3780 'includes': [ '../build/android/java_cpp_template.gypi' ],
3780 }, 3781 },
3781 ], 3782 ],
3782 }, 3783 },
3783 ], 3784 ],
3784 ], 3785 ],
3785 } 3786 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/instant_extended_interactive_uitest.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698