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

Side by Side Diff: tools/gn/format_test_data/056.gn

Issue 756413002: gn format: Fix and enable a few more tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-wrap-fix
Patch Set: x64 Created 6 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 | « tools/gn/format_test_data/055.golden ('k') | tools/gn/format_test_data/056.golden » ('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 # 80 ---------------------------------------------------------------------------
2 java_files = [
3 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java"
4 ]
5
6 defines = [
7 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java"
8 ]
9
10 defines = [
11 "abc/test/android/java/src/org/chromium/base/ContentUriTestUtils.java"
12 ]
13
14 cflags += [
15 # WEE
16 "/a",
17 "/b",
18 "/c",
19 ]
20
21 sources = [ "/a", "/b", "/c" ]
22
23 sources = [
24 # WEE
25 "/a",
26 "/b",
27 "/c",
28 ]
29
30 sources += [
31 # WEE
32 "/a",
33 "/b",
34 "/c",
35 ]
36
37 configs -= [
38 # Something!
39 "//build/config/win:nominmax",
40 ]
41
42 cflags = [
43 "/wd4267", # size_t -> int
44 "/wd4324", # structure was padded
45 ]
OLDNEW
« no previous file with comments | « tools/gn/format_test_data/055.golden ('k') | tools/gn/format_test_data/056.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698