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

Side by Side Diff: content/shell/BUILD.gn

Issue 2835203005: Draw the text area resizer with drawing commands (Closed)
Patch Set: New baselines Created 3 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 | « content/child/blink_platform_impl.cc ('k') | content/shell/common/shell_content_client.cc » ('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("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "app/English.lproj/HttpAuth.xib", 587 "app/English.lproj/HttpAuth.xib",
588 "app/English.lproj/MainMenu.xib", 588 "app/English.lproj/MainMenu.xib",
589 ] 589 ]
590 output_path = "{{bundle_resources_dir}}/English.lproj" 590 output_path = "{{bundle_resources_dir}}/English.lproj"
591 } 591 }
592 592
593 bundle_data("content_shell_framework_resources") { 593 bundle_data("content_shell_framework_resources") {
594 sources = [ 594 sources = [
595 "$root_out_dir/content_shell.pak", 595 "$root_out_dir/content_shell.pak",
596 "resources/missingImage.png", 596 "resources/missingImage.png",
597 "resources/textAreaResizeCorner.png",
598 ] 597 ]
599 598
600 public_deps = [ 599 public_deps = [
601 ":pak", 600 ":pak",
602 ] 601 ]
603 602
604 if (icu_use_data_file) { 603 if (icu_use_data_file) {
605 sources += [ "$root_out_dir/icudtl.dat" ] 604 sources += [ "$root_out_dir/icudtl.dat" ]
606 deps = [ 605 deps = [
607 "//third_party/icu:icudata", 606 "//third_party/icu:icudata",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 data_deps += [ 809 data_deps += [
811 "//breakpad:dump_syms", 810 "//breakpad:dump_syms",
812 "//breakpad:microdump_stackwalk", 811 "//breakpad:microdump_stackwalk",
813 "//breakpad:minidump_dump", 812 "//breakpad:minidump_dump",
814 "//breakpad:minidump_stackwalk", 813 "//breakpad:minidump_stackwalk",
815 "//breakpad:symupload", 814 "//breakpad:symupload",
816 "//tools/android/forwarder2", 815 "//tools/android/forwarder2",
817 ] 816 ]
818 } 817 }
819 } 818 }
OLDNEW
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/shell/common/shell_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698