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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1928913002: Create //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/browser/android/ntp/popular_sites.cc ('k') | chrome/common/chrome_switches.h » ('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 3309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3320 '../components/components.gyp:guest_view_browser', 3320 '../components/components.gyp:guest_view_browser',
3321 '../components/components.gyp:history_content_browser', 3321 '../components/components.gyp:history_content_browser',
3322 '../components/components.gyp:keyed_service_content', 3322 '../components/components.gyp:keyed_service_content',
3323 '../components/components.gyp:metrics_gpu', 3323 '../components/components.gyp:metrics_gpu',
3324 '../components/components.gyp:metrics_profiler', 3324 '../components/components.gyp:metrics_profiler',
3325 '../components/components.gyp:metrics_profiler_content', 3325 '../components/components.gyp:metrics_profiler_content',
3326 '../components/components.gyp:navigation_interception', 3326 '../components/components.gyp:navigation_interception',
3327 '../components/components.gyp:net_log', 3327 '../components/components.gyp:net_log',
3328 '../components/components.gyp:network_hints_common', 3328 '../components/components.gyp:network_hints_common',
3329 '../components/components.gyp:ntp_snippets', 3329 '../components/components.gyp:ntp_snippets',
3330 '../components/components.gyp:ntp_tiles',
3330 '../components/components.gyp:packed_ct_ev_whitelist', 3331 '../components/components.gyp:packed_ct_ev_whitelist',
3331 '../components/components.gyp:password_manager_content_browser', 3332 '../components/components.gyp:password_manager_content_browser',
3332 '../components/components.gyp:password_manager_sync_browser', 3333 '../components/components.gyp:password_manager_sync_browser',
3333 '../components/components.gyp:power', 3334 '../components/components.gyp:power',
3334 '../components/components.gyp:profile_metrics', 3335 '../components/components.gyp:profile_metrics',
3335 '../components/components.gyp:proxy_config', 3336 '../components/components.gyp:proxy_config',
3336 '../components/components.gyp:renderer_context_menu', 3337 '../components/components.gyp:renderer_context_menu',
3337 '../components/components.gyp:safe_browsing_db', 3338 '../components/components.gyp:safe_browsing_db',
3338 '../components/components.gyp:safe_json', 3339 '../components/components.gyp:safe_json',
3339 '../components/components.gyp:security_state', 3340 '../components/components.gyp:security_state',
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
4231 '../components/components.gyp:rlz', 4232 '../components/components.gyp:rlz',
4232 '../components/components.gyp:search_engines', 4233 '../components/components.gyp:search_engines',
4233 '../rlz/rlz.gyp:rlz_lib', 4234 '../rlz/rlz.gyp:rlz_lib',
4234 'common', 4235 'common',
4235 ], 4236 ],
4236 }, 4237 },
4237 ], 4238 ],
4238 }], 4239 }],
4239 ], 4240 ],
4240 } 4241 }
OLDNEW
« no previous file with comments | « chrome/browser/android/ntp/popular_sites.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698