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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 461633002: Refactor language detection logic to allow non-static CLD data sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make some of the harness factory methods private Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_shell.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/benchmarking_extension.cc', 8 'renderer/benchmarking_extension.cc',
9 'renderer/benchmarking_extension.h', 9 'renderer/benchmarking_extension.h',
10 'renderer/isolated_world_ids.h', 10 'renderer/isolated_world_ids.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '../media/cast/cast.gyp:cast_logging_proto', 278 '../media/cast/cast.gyp:cast_logging_proto',
279 '../media/cast/cast.gyp:cast_net', 279 '../media/cast/cast.gyp:cast_net',
280 '../media/cast/cast.gyp:cast_sender', 280 '../media/cast/cast.gyp:cast_sender',
281 '../net/net.gyp:net', 281 '../net/net.gyp:net',
282 '../skia/skia.gyp:skia', 282 '../skia/skia.gyp:skia',
283 '../third_party/WebKit/public/blink.gyp:blink', 283 '../third_party/WebKit/public/blink.gyp:blink',
284 '../third_party/icu/icu.gyp:icui18n', 284 '../third_party/icu/icu.gyp:icui18n',
285 '../third_party/icu/icu.gyp:icuuc', 285 '../third_party/icu/icu.gyp:icuuc',
286 '../third_party/npapi/npapi.gyp:npapi', 286 '../third_party/npapi/npapi.gyp:npapi',
287 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 287 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
288 '../ui/surface/surface.gyp:surface',
289 ], 288 ],
290 'include_dirs': [ 289 'include_dirs': [
291 '..', 290 '..',
292 # Needed by chrome_content_renderer_client.cc. 291 # Needed by chrome_content_renderer_client.cc.
293 '<(SHARED_INTERMEDIATE_DIR)', 292 '<(SHARED_INTERMEDIATE_DIR)',
294 ], 293 ],
295 'sources': [ 294 'sources': [
296 '<@(chrome_renderer_sources)', 295 '<@(chrome_renderer_sources)',
297 ], 296 ],
298 'conditions': [ 297 'conditions': [
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'export_dependent_settings': [ 404 'export_dependent_settings': [
406 '<(allocator_target)', 405 '<(allocator_target)',
407 ], 406 ],
408 }], 407 }],
409 ], 408 ],
410 }], 409 }],
411 ], 410 ],
412 }, 411 },
413 ], 412 ],
414 } 413 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698