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

Side by Side Diff: ui/gfx/BUILD.gn

Issue 1270783005: V1 of material design find in page bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suffixual f Created 5 years, 4 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/browser/ui/views/frame/browser_view_layout.cc ('k') | ui/gfx/paint_vector_icon.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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 } 396 }
397 397
398 # GYP version: ui/gfx/gfx.gyp:aggregate_vector_icons 398 # GYP version: ui/gfx/gfx.gyp:aggregate_vector_icons
399 action("aggregate_vector_icons") { 399 action("aggregate_vector_icons") {
400 script = "vector_icons/aggregate_vector_icons.py" 400 script = "vector_icons/aggregate_vector_icons.py"
401 sources = [ 401 sources = [
402 "vector_icons/account_child_invert.icon", 402 "vector_icons/account_child_invert.icon",
403 "vector_icons/check_circle.icon", 403 "vector_icons/check_circle.icon",
404 "vector_icons/extension.icon", 404 "vector_icons/extension.icon",
405 "vector_icons/file_download_shelf.icon", 405 "vector_icons/file_download_shelf.icon",
406 "vector_icons/find_close.1x.icon",
407 "vector_icons/find_close.icon",
408 "vector_icons/find_next.1x.icon",
409 "vector_icons/find_next.icon",
410 "vector_icons/find_prev.1x.icon",
411 "vector_icons/find_prev.icon",
406 "vector_icons/help_outline.icon", 412 "vector_icons/help_outline.icon",
407 "vector_icons/location_on.icon", 413 "vector_icons/location_on.icon",
408 "vector_icons/notifications.icon", 414 "vector_icons/notifications.icon",
409 "vector_icons/photo_camera.icon", 415 "vector_icons/photo_camera.icon",
410 "vector_icons/supervisor_account.icon", 416 "vector_icons/supervisor_account.icon",
411 "vector_icons/translate.icon", 417 "vector_icons/translate.icon",
412 ] 418 ]
413 outputs = [ 419 outputs = [
414 vector_icons_cc_file, 420 vector_icons_cc_file,
415 vector_icons_h_file, 421 vector_icons_h_file,
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 if (is_android) { 626 if (is_android) {
621 generate_jni("gfx_jni_headers") { 627 generate_jni("gfx_jni_headers") {
622 sources = [ 628 sources = [
623 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 629 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
624 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 630 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
625 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 631 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
626 ] 632 ]
627 jni_package = "gfx" 633 jni_package = "gfx"
628 } 634 }
629 } 635 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view_layout.cc ('k') | ui/gfx/paint_vector_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698