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

Side by Side Diff: content/content_shell_and_tests.gyp

Issue 2321743002: Inline content_[tests/browser/android].gypi into GN build. (Closed)
Patch Set: gen file fix Created 4 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 | « content/content_shell.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1, # Use higher warning level.
8 },
9 'target_defaults': {
10 'conditions': [
11 # TODO(jschuh): Remove this after crbug.com/173851 gets fixed.
12 ['OS=="win" and target_arch=="x64"', {
13 'msvs_settings': {
14 'VCCLCompilerTool': {
15 'AdditionalOptions': ['/bigobj'],
16 },
17 },
18 }],
19 ],
20 },
21 'includes': [
22 '../build/win_precompile.gypi',
23 'content_shell.gypi',
24 'content_tests.gypi',
25 ],
26 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698