| OLD | NEW |
| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
| 9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 | 10 |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 # # TODO: It would be nice to have these pulled in | 318 # # TODO: It would be nice to have these pulled in |
| 319 # # automatically from direct_dependent_settings in | 319 # # automatically from direct_dependent_settings in |
| 320 # # their various targets (net.gyp:net_resources, etc.), | 320 # # their various targets (net.gyp:net_resources, etc.), |
| 321 # # but that causes errors in other targets when | 321 # # but that causes errors in other targets when |
| 322 # # resulting .res files get referenced multiple times. | 322 # # resulting .res files get referenced multiple times. |
| 323 # '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc
es.rc', | 323 # '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resourc
es.rc', |
| 324 # '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_
en-US.rc', | 324 # '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_
en-US.rc', |
| 325 # '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 325 # '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 326 # ], | 326 # ], |
| 327 deps += [ | 327 deps += [ |
| 328 "//contemt/app/strings", | 328 "//content/app/strings", |
| 329 "//net:net_resources", | 329 "//net:net_resources", |
| 330 "//third_party/WebKit/public:resources", | 330 "//third_party/WebKit/public:resources", |
| 331 "//third_party/iaccessible2", | 331 "//third_party/iaccessible2", |
| 332 "//third_party/isimpledom", | 332 "//third_party/isimpledom", |
| 333 ] | 333 ] |
| 334 | 334 |
| 335 # TODO(GYP) Windows | 335 # TODO(GYP) Windows |
| 336 # 'Debug_Base': { | 336 # 'Debug_Base': { |
| 337 # 'msvs_settings': { | 337 # 'msvs_settings': { |
| 338 # 'VCLinkerTool': { | 338 # 'VCLinkerTool': { |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 "//content/public/common", | 679 "//content/public/common", |
| 680 "//testing/gtest", | 680 "//testing/gtest", |
| 681 "//third_party/WebKit/public:blink", | 681 "//third_party/WebKit/public:blink", |
| 682 "//ui/base", | 682 "//ui/base", |
| 683 "//ui/gfx", | 683 "//ui/gfx", |
| 684 "//ui/gfx/geometry", | 684 "//ui/gfx/geometry", |
| 685 "//ui/gl", | 685 "//ui/gl", |
| 686 ] | 686 ] |
| 687 } | 687 } |
| 688 } | 688 } |
| OLD | NEW |