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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning and Refactoring. Created 5 years, 2 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 '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 3287 matching lines...) Expand 10 before | Expand all | Expand 10 after
3298 '<@(chrome_browser_services_sources)', 3298 '<@(chrome_browser_services_sources)',
3299 '<@(chrome_browser_session_sources)', 3299 '<@(chrome_browser_session_sources)',
3300 '<@(chrome_browser_signin_sources)', 3300 '<@(chrome_browser_signin_sources)',
3301 '<@(chrome_browser_ssl_sources)', 3301 '<@(chrome_browser_ssl_sources)',
3302 '<@(chrome_browser_sync_sources)', 3302 '<@(chrome_browser_sync_sources)',
3303 '<@(chrome_browser_web_resource_sources)', 3303 '<@(chrome_browser_web_resource_sources)',
3304 3304
3305 # These files are generated by GRIT. 3305 # These files are generated by GRIT.
3306 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 3306 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
3307 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 3307 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
3308 '<(grit_out_dir)/grit/policy_resources_map.cc',
3308 '<(grit_out_dir)/grit/settings_resources_map.cc', 3309 '<(grit_out_dir)/grit/settings_resources_map.cc',
3309 '<(grit_out_dir)/grit/theme_resources_map.cc', 3310 '<(grit_out_dir)/grit/theme_resources_map.cc',
3310 3311
3311 # This file is generated by 3312 # This file is generated by
3312 # chrome/browser/metrics/variations/generate_resources_map.py 3313 # chrome/browser/metrics/variations/generate_resources_map.py
3313 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc', 3314 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc',
3314 ], 3315 ],
3315 'conditions': [ 3316 'conditions': [
3316 ['toolkit_views==1', { 3317 ['toolkit_views==1', {
3317 'dependencies': [ 3318 'dependencies': [
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
4112 '../components/components.gyp:omnibox_browser', 4113 '../components/components.gyp:omnibox_browser',
4113 '../components/components.gyp:rlz', 4114 '../components/components.gyp:rlz',
4114 '../components/components.gyp:search_engines', 4115 '../components/components.gyp:search_engines',
4115 '../rlz/rlz.gyp:rlz_lib', 4116 '../rlz/rlz.gyp:rlz_lib',
4116 ], 4117 ],
4117 }, 4118 },
4118 ], 4119 ],
4119 }], 4120 }],
4120 ], 4121 ],
4121 } 4122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698