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

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

Issue 612613002: ui/gfx/color_profile: implement GetDisplayColorProfile on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Join OVERRIDE -> override party. Created 6 years, 2 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 | « no previous file | ui/gfx/color_profile.h » ('j') | ui/gfx/color_profile_mac.mm » ('J')
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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "animation/multi_animation_unittest.cc", 427 "animation/multi_animation_unittest.cc",
428 "animation/slide_animation_unittest.cc", 428 "animation/slide_animation_unittest.cc",
429 "animation/tween_unittest.cc", 429 "animation/tween_unittest.cc",
430 "blit_unittest.cc", 430 "blit_unittest.cc",
431 "break_list_unittest.cc", 431 "break_list_unittest.cc",
432 "canvas_unittest.cc", 432 "canvas_unittest.cc",
433 "canvas_unittest_mac.mm", 433 "canvas_unittest_mac.mm",
434 "codec/jpeg_codec_unittest.cc", 434 "codec/jpeg_codec_unittest.cc",
435 "codec/png_codec_unittest.cc", 435 "codec/png_codec_unittest.cc",
436 "color_analysis_unittest.cc", 436 "color_analysis_unittest.cc",
437 "color_profile_mac_unittest.mm",
437 "color_utils_unittest.cc", 438 "color_utils_unittest.cc",
438 "display_change_notifier_unittest.cc", 439 "display_change_notifier_unittest.cc",
439 "display_unittest.cc", 440 "display_unittest.cc",
440 "font_list_unittest.cc", 441 "font_list_unittest.cc",
441 "geometry/box_unittest.cc", 442 "geometry/box_unittest.cc",
442 "geometry/cubic_bezier_unittest.cc", 443 "geometry/cubic_bezier_unittest.cc",
443 "geometry/insets_unittest.cc", 444 "geometry/insets_unittest.cc",
444 "geometry/matrix3_unittest.cc", 445 "geometry/matrix3_unittest.cc",
445 "geometry/point_unittest.cc", 446 "geometry/point_unittest.cc",
446 "geometry/point3_unittest.cc", 447 "geometry/point3_unittest.cc",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 if (is_android) { 564 if (is_android) {
564 generate_jni("gfx_jni_headers") { 565 generate_jni("gfx_jni_headers") {
565 sources = [ 566 sources = [
566 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 567 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
567 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 568 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
568 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 569 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
569 ] 570 ]
570 jni_package = "gfx" 571 jni_package = "gfx"
571 } 572 }
572 } 573 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/color_profile.h » ('j') | ui/gfx/color_profile_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698