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

Side by Side Diff: components/dom_distiller.gypi

Issue 1926523002: Rename gfx::Display/Screen to display::Display/Screen in components (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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 # GN version: //components/dom_distiller/core 8 # GN version: //components/dom_distiller/core
9 'target_name': 'dom_distiller_core', 9 'target_name': 'dom_distiller_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'dependencies': [ 159 'dependencies': [
160 'dom_distiller_core', 160 'dom_distiller_core',
161 'dom_distiller_mojo_bindings', 161 'dom_distiller_mojo_bindings',
162 'dom_distiller_protos', 162 'dom_distiller_protos',
163 '../base/base.gyp:base', 163 '../base/base.gyp:base',
164 '../content/content.gyp:content_browser', 164 '../content/content.gyp:content_browser',
165 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 165 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
166 '../net/net.gyp:net', 166 '../net/net.gyp:net',
167 '../skia/skia.gyp:skia', 167 '../skia/skia.gyp:skia',
168 '../sync/sync.gyp:sync', 168 '../sync/sync.gyp:sync',
169 '../ui/display/display.gyp:display',
169 '../ui/gfx/gfx.gyp:gfx', 170 '../ui/gfx/gfx.gyp:gfx',
170 '../url/url.gyp:url_lib', 171 '../url/url.gyp:url_lib',
171 'components_resources.gyp:components_resources', 172 'components_resources.gyp:components_resources',
172 'components_strings.gyp:components_strings', 173 'components_strings.gyp:components_strings',
173 ], 174 ],
174 'include_dirs': [ 175 'include_dirs': [
175 '..', 176 '..',
176 ], 177 ],
177 'sources': [ 178 'sources': [
178 'dom_distiller/content/browser/distillability_driver.cc', 179 'dom_distiller/content/browser/distillability_driver.cc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'variables': { 357 'variables': {
357 'package_name': 'org/chromium/components/dom_distiller/core', 358 'package_name': 'org/chromium/components/dom_distiller/core',
358 'template_deps': ['dom_distiller/core/theme_list.h'], 359 'template_deps': ['dom_distiller/core/theme_list.h'],
359 }, 360 },
360 'includes': [ '../build/android/java_cpp_template.gypi' ], 361 'includes': [ '../build/android/java_cpp_template.gypi' ],
361 }, 362 },
362 ], 363 ],
363 }], 364 }],
364 ], 365 ],
365 } 366 }
OLDNEW
« no previous file with comments | « components/autofill/content/browser/risk/fingerprint.cc ('k') | components/dom_distiller/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698