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

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

Issue 422453004: Remove some dead app host code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added TODO to fix app list active user tracking key management Created 6 years, 5 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 | Annotate | Revision Log
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/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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 # "msvs_shard": 4, 497 # "msvs_shard": 4,
498 #}], 498 #}],
499 499
500 if (is_win) { 500 if (is_win) {
501 sources += rebase_path(gypi_values.chrome_browser_win_sources, 501 sources += rebase_path(gypi_values.chrome_browser_win_sources,
502 ".", "//chrome") 502 ".", "//chrome")
503 deps += [ 503 deps += [
504 "//third_party/wtl", 504 "//third_party/wtl",
505 #"chrome_process_finder", TODO(GYP) 505 #"chrome_process_finder", TODO(GYP)
506 #"installer_util_strings", TODO(GYP) 506 #"installer_util_strings", TODO(GYP)
507 #"launcher_support", TODO(GYP)
508 #"../chrome/chrome.gyp:chrome_version_header", TODO(GYP) 507 #"../chrome/chrome.gyp:chrome_version_header", TODO(GYP)
509 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP) 508 #"../chrome_elf/chrome_elf.gyp:chrome_elf", TODO(GYP)
510 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP) 509 #"../chrome_elf/chrome_elf.gyp:chrome_elf_constants", TODO(GYP)
511 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP) 510 #"../chrome_elf/chrome_elf.gyp:dll_hash", TODO(GYP)
512 #"../google_update/google_update.gyp:google_update", TODO(GYP) 511 #"../google_update/google_update.gyp:google_update", TODO(GYP)
513 #"../third_party/iaccessible2/iaccessible2.gyp:iaccessible2", TODO(GYP) 512 #"../third_party/iaccessible2/iaccessible2.gyp:iaccessible2", TODO(GYP)
514 #"../third_party/isimpledom/isimpledom.gyp:isimpledom", TODO(GYP) 513 #"../third_party/isimpledom/isimpledom.gyp:isimpledom", TODO(GYP)
515 #"../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages", TODO(GYP) 514 #"../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages", TODO(GYP)
516 #"../ui/views/controls/webview/webview.gyp:webview", TODO(GYP) 515 #"../ui/views/controls/webview/webview.gyp:webview", TODO(GYP)
517 #"../ui/views/views.gyp:views", TODO(GYP) 516 #"../ui/views/views.gyp:views", TODO(GYP)
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 # TODO(GYP) write internal action 655 # TODO(GYP) write internal action
657 if (false) { #if (is_chrome_branded) { 656 if (false) { #if (is_chrome_branded) {
658 action("chrome_internal_resources_gen") { 657 action("chrome_internal_resources_gen") {
659 # TODO(GYP) 658 # TODO(GYP)
660 } 659 }
661 } else { 660 } else {
662 group("chrome_internal_resources_gen") { 661 group("chrome_internal_resources_gen") {
663 # Empty placeholder. 662 # Empty placeholder.
664 } 663 }
665 } 664 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | chrome/installer/setup/install.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698