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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1133853005: Fix path_parser dependency on policy component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use assert instead of condition Created 5 years 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/policy/BUILD.gn ('k') | chrome/policy.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 'conditions': [ 5 'conditions': [
6 # Dummy target to allow chrome to require chrome_dll to build 6 # Dummy target to allow chrome to require chrome_dll to build
7 # without actually linking to the library 7 # without actually linking to the library
8 ['OS=="mac"', { 8 ['OS=="mac"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 }, 398 },
399 }, 399 },
400 }], 400 }],
401 ] 401 ]
402 }], 402 }],
403 ['OS=="win" and configuration_policy==1', { 403 ['OS=="win" and configuration_policy==1', {
404 'dependencies': [ 404 'dependencies': [
405 '<(DEPTH)/components/components.gyp:policy', 405 '<(DEPTH)/components/components.gyp:policy',
406 ], 406 ],
407 }], 407 }],
408 ['configuration_policy==1', {
409 'dependencies': [
410 'policy_path_parser',
411 ],
412 }],
408 ['enable_plugins==1', { 413 ['enable_plugins==1', {
409 'dependencies': [ 414 'dependencies': [
410 '../pdf/pdf.gyp:pdf', 415 '../pdf/pdf.gyp:pdf',
411 ], 416 ],
412 }], 417 }],
413 ], 418 ],
414 }, # target chrome_child_dll 419 }, # target chrome_child_dll
415 ], 420 ],
416 }], 421 }],
417 ], 422 ],
418 } 423 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/BUILD.gn ('k') | chrome/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698