| 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("//native_client/build/config/nacl_defines.gni") | 8 import("//native_client/build/config/nacl_defines.gni") |
| 9 import("//tools/grit/grit_rule.gni") | 9 import("//tools/grit/grit_rule.gni") |
| 10 | 10 |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 # "msvs_shard": 4, | 498 # "msvs_shard": 4, |
| 499 #}], | 499 #}], |
| 500 | 500 |
| 501 if (is_win) { | 501 if (is_win) { |
| 502 sources += rebase_path(gypi_values.chrome_browser_win_sources, | 502 sources += rebase_path(gypi_values.chrome_browser_win_sources, |
| 503 ".", "//chrome") | 503 ".", "//chrome") |
| 504 deps += [ | 504 deps += [ |
| 505 "//third_party/wtl", | 505 "//third_party/wtl", |
| 506 #"chrome_process_finder", TODO(GYP) | 506 #"chrome_process_finder", TODO(GYP) |
| 507 #"installer_util_strings", TODO(GYP) | 507 #"installer_util_strings", TODO(GYP) |
| 508 #"launcher_support", TODO(GYP) | |
| 509 #"../chrome/chrome.gyp:chrome_version_header", TODO(GYP) | 508 #"../chrome/chrome.gyp:chrome_version_header", TODO(GYP) |
| 510 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP) | 509 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP) |
| 511 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP) | 510 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP) |
| 512 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP) | 511 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP) |
| 513 #"../google_update/google_update.gyp:google_update", TODO(GYP) | 512 #"../google_update/google_update.gyp:google_update", TODO(GYP) |
| 514 #"../third_party/iaccessible2/iaccessible2.gyp:iaccessible2", TODO(GYP) | 513 #"../third_party/iaccessible2/iaccessible2.gyp:iaccessible2", TODO(GYP) |
| 515 #"../third_party/isimpledom/isimpledom.gyp:isimpledom", TODO(GYP) | 514 #"../third_party/isimpledom/isimpledom.gyp:isimpledom", TODO(GYP) |
| 516 #"../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages", TODO(GYP) | 515 #"../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages", TODO(GYP) |
| 517 #"../ui/views/controls/webview/webview.gyp:webview", TODO(GYP) | 516 #"../ui/views/controls/webview/webview.gyp:webview", TODO(GYP) |
| 518 #"../ui/views/views.gyp:views", TODO(GYP) | 517 #"../ui/views/views.gyp:views", TODO(GYP) |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 # TODO(GYP) write internal action | 656 # TODO(GYP) write internal action |
| 658 if (false) { #if (is_chrome_branded) { | 657 if (false) { #if (is_chrome_branded) { |
| 659 action("chrome_internal_resources_gen") { | 658 action("chrome_internal_resources_gen") { |
| 660 # TODO(GYP) | 659 # TODO(GYP) |
| 661 } | 660 } |
| 662 } else { | 661 } else { |
| 663 group("chrome_internal_resources_gen") { | 662 group("chrome_internal_resources_gen") { |
| 664 # Empty placeholder. | 663 # Empty placeholder. |
| 665 } | 664 } |
| 666 } | 665 } |
| OLD | NEW |