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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1316043003: Add chrome://site-engagement WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation_smarter
Patch Set: fix dependencies Created 5 years, 3 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/ui/webui/engagement/site_engagement_ui.cc ('k') | chrome/chrome_browser_ui.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 3246 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 '../components/components.gyp:web_resource', 3257 '../components/components.gyp:web_resource',
3258 '../content/app/resources/content_resources.gyp:content_resources', 3258 '../content/app/resources/content_resources.gyp:content_resources',
3259 '../gpu/gpu.gyp:gpu', 3259 '../gpu/gpu.gyp:gpu',
3260 '../media/media.gyp:media', 3260 '../media/media.gyp:media',
3261 '../media/midi/midi.gyp:midi', 3261 '../media/midi/midi.gyp:midi',
3262 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3262 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3263 '../mojo/mojo_base.gyp:mojo_application_base', 3263 '../mojo/mojo_base.gyp:mojo_application_base',
3264 '../mojo/mojo_base.gyp:mojo_common_lib', 3264 '../mojo/mojo_base.gyp:mojo_common_lib',
3265 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3265 '../mojo/mojo_base.gyp:mojo_environment_chromium',
3266 '../mojo/mojo_base.gyp:mojo_message_pump_lib', 3266 '../mojo/mojo_base.gyp:mojo_message_pump_lib',
3267 '../mojo/mojo_base.gyp:mojo_url_type_converters',
3267 '../net/net.gyp:net_extras', 3268 '../net/net.gyp:net_extras',
3268 '../net/net.gyp:net_with_v8', 3269 '../net/net.gyp:net_with_v8',
3269 '../storage/storage_browser.gyp:storage', 3270 '../storage/storage_browser.gyp:storage',
3270 '../storage/storage_common.gyp:storage_common', 3271 '../storage/storage_common.gyp:storage_common',
3271 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 3272 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
3272 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3273 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3273 '../third_party/libyuv/libyuv.gyp:libyuv', 3274 '../third_party/libyuv/libyuv.gyp:libyuv',
3274 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 3275 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
3275 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 3276 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
3276 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', 3277 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
4109 '../components/components.gyp:omnibox_browser', 4110 '../components/components.gyp:omnibox_browser',
4110 '../components/components.gyp:rlz', 4111 '../components/components.gyp:rlz',
4111 '../components/components.gyp:search_engines', 4112 '../components/components.gyp:search_engines',
4112 '../rlz/rlz.gyp:rlz_lib', 4113 '../rlz/rlz.gyp:rlz_lib',
4113 ], 4114 ],
4114 }, 4115 },
4115 ], 4116 ],
4116 }], 4117 }],
4117 ], 4118 ],
4118 } 4119 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/engagement/site_engagement_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698