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

Side by Side Diff: chrome/renderer/BUILD.gn

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: 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 | « chrome/installer/linux/BUILD.gn ('k') | chrome/renderer/leak_detector/BUILD.gn » ('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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 # GYP version: chrome/chrome_resources.gyp:chrome_resources
9 # (generate_renderer_resources action)
10 grit("resources") { 8 grit("resources") {
11 source = "resources/renderer_resources.grd" 9 source = "resources/renderer_resources.grd"
12 use_qualified_include = true 10 use_qualified_include = true
13 output_dir = "$root_gen_dir/chrome" 11 output_dir = "$root_gen_dir/chrome"
14 output_name = "renderer_resources" 12 output_name = "renderer_resources"
15 outputs = [ 13 outputs = [
16 "grit/renderer_resources.h", 14 "grit/renderer_resources.h",
17 "renderer_resources_100_percent.pak", 15 "renderer_resources_100_percent.pak",
18 "renderer_resources_200_percent.pak", 16 "renderer_resources_200_percent.pak",
19 "renderer_resources_300_percent.pak", 17 "renderer_resources_300_percent.pak",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "extensions/file_browser_handler_custom_bindings.cc", 346 "extensions/file_browser_handler_custom_bindings.cc",
349 "extensions/file_browser_handler_custom_bindings.h", 347 "extensions/file_browser_handler_custom_bindings.h",
350 "extensions/file_manager_private_custom_bindings.cc", 348 "extensions/file_manager_private_custom_bindings.cc",
351 "extensions/file_manager_private_custom_bindings.h", 349 "extensions/file_manager_private_custom_bindings.h",
352 "resources/extensions/file_browser_handler_custom_bindings.js", 350 "resources/extensions/file_browser_handler_custom_bindings.js",
353 "resources/extensions/file_manager_private_custom_bindings.js", 351 "resources/extensions/file_manager_private_custom_bindings.js",
354 ] 352 ]
355 } 353 }
356 } 354 }
357 355
358 # In GYP this is part of test_support_common.
359 static_library("test_support") { 356 static_library("test_support") {
360 testonly = true 357 testonly = true
361 visibility = [ "//chrome/test:test_support" ] 358 visibility = [ "//chrome/test:test_support" ]
362 359
363 sources = [ 360 sources = [
364 "chrome_mock_render_thread.cc", 361 "chrome_mock_render_thread.cc",
365 "chrome_mock_render_thread.h", 362 "chrome_mock_render_thread.h",
366 "safe_browsing/mock_feature_extractor_clock.cc", 363 "safe_browsing/mock_feature_extractor_clock.cc",
367 "safe_browsing/mock_feature_extractor_clock.h", 364 "safe_browsing/mock_feature_extractor_clock.h",
368 "safe_browsing/test_utils.cc", 365 "safe_browsing/test_utils.cc",
(...skipping 18 matching lines...) Expand all
387 ] 384 ]
388 } 385 }
389 386
390 if (is_android) { 387 if (is_android) {
391 sources -= [ 388 sources -= [
392 "safe_browsing/mock_feature_extractor_clock.cc", 389 "safe_browsing/mock_feature_extractor_clock.cc",
393 "safe_browsing/mock_feature_extractor_clock.h", 390 "safe_browsing/mock_feature_extractor_clock.h",
394 ] 391 ]
395 } 392 }
396 } 393 }
OLDNEW
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | chrome/renderer/leak_detector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698