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

Side by Side Diff: ppapi/BUILD.gn

Issue 1136493003: Send proper MIME type along with PPAPI test CSS files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | ppapi/ppapi_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
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 copy("copy_test_files") { 5 copy("copy_test_files") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 sources = [ 7 sources = [
8 # Keep "test_case.html.mock-http-headers" with "test_case.html". 8 # Keep "test_case.html.mock-http-headers" with "test_case.html".
9 "tests/ppapi_nacl_tests_newlib.nmf", 9 "tests/ppapi_nacl_tests_newlib.nmf",
10 "tests/test_case.html", 10 "tests/test_case.html",
11 "tests/test_case.html.mock-http-headers", 11 "tests/test_case.html.mock-http-headers",
12 "tests/test_page.css", 12 "tests/test_page.css",
13 "tests/test_page.css.mock-http-headers",
13 ] 14 ]
14 outputs = [ 15 outputs = [
15 "$root_out_dir/{{source_file_part}}", 16 "$root_out_dir/{{source_file_part}}",
16 ] 17 ]
17 } 18 }
18 19
19 copy("copy_test_files2") { 20 copy("copy_test_files2") {
20 visibility = [ ":*" ] 21 visibility = [ ":*" ]
21 sources = [ 22 sources = [
22 "tests/test_url_loader_data/hello.txt", 23 "tests/test_url_loader_data/hello.txt",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 131
131 executable("pepper_hash_for_uma") { 132 executable("pepper_hash_for_uma") {
132 sources = [ 133 sources = [
133 "tools/pepper_hash_for_uma.cc", 134 "tools/pepper_hash_for_uma.cc",
134 ] 135 ]
135 136
136 deps = [ 137 deps = [
137 "//base", 138 "//base",
138 ] 139 ]
139 } 140 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698