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

Side by Side Diff: components/components_tests.gyp

Issue 967613003: Add components resources repack to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 9 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 | « components/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
11 }, 11 },
12 'conditions': [ 12 'conditions': [
13 ['android_webview_build == 0', { 13 ['android_webview_build == 0', {
14 'targets': [ 14 'targets': [
15 { 15 {
16 # GN version: //components:components_tests_pak
16 'target_name': 'components_tests_pak', 17 'target_name': 'components_tests_pak',
17 'type': 'none', 18 'type': 'none',
18 'dependencies': [ 19 'dependencies': [
19 '../ui/resources/ui_resources.gyp:ui_resources', 20 '../ui/resources/ui_resources.gyp:ui_resources',
20 '../ui/strings/ui_strings.gyp:ui_strings', 21 '../ui/strings/ui_strings.gyp:ui_strings',
21 'components_resources.gyp:components_resources', 22 'components_resources.gyp:components_resources',
22 'components_strings.gyp:components_strings', 23 'components_strings.gyp:components_strings',
23 ], 24 ],
24 'actions': [ 25 'actions': [
25 { 26 {
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 '../build/isolate.gypi', 1064 '../build/isolate.gypi',
1064 ], 1065 ],
1065 'sources': [ 1066 'sources': [
1066 'components_unittests.isolate', 1067 'components_unittests.isolate',
1067 ], 1068 ],
1068 }, 1069 },
1069 ], 1070 ],
1070 }], 1071 }],
1071 ], 1072 ],
1072 } 1073 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698