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

Side by Side Diff: ui/views/views.gyp

Issue 9602003: Extract the last SkColor from ResourceBundle API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add color_constants.h Created 8 years, 9 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
« no previous file with comments | « ui/views/color_constants.cc ('k') | ui/views/window/custom_frame_view.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'border.cc', 58 'border.cc',
59 'border.h', 59 'border.h',
60 'bubble/bubble_border.cc', 60 'bubble/bubble_border.cc',
61 'bubble/bubble_border.h', 61 'bubble/bubble_border.h',
62 'bubble/bubble_delegate.cc', 62 'bubble/bubble_delegate.cc',
63 'bubble/bubble_delegate.h', 63 'bubble/bubble_delegate.h',
64 'bubble/bubble_frame_view.cc', 64 'bubble/bubble_frame_view.cc',
65 'bubble/bubble_frame_view.h', 65 'bubble/bubble_frame_view.h',
66 'button_drag_utils.cc', 66 'button_drag_utils.cc',
67 'button_drag_utils.h', 67 'button_drag_utils.h',
68 'color_constants.cc',
69 'color_constants.h',
68 'context_menu_controller.h', 70 'context_menu_controller.h',
69 'controls/button/button.cc', 71 'controls/button/button.cc',
70 'controls/button/button.h', 72 'controls/button/button.h',
71 'controls/button/button_dropdown.cc', 73 'controls/button/button_dropdown.cc',
72 'controls/button/button_dropdown.h', 74 'controls/button/button_dropdown.h',
73 'controls/button/checkbox.cc', 75 'controls/button/checkbox.cc',
74 'controls/button/checkbox.h', 76 'controls/button/checkbox.h',
75 'controls/button/custom_button.cc', 77 'controls/button/custom_button.cc',
76 'controls/button/custom_button.h', 78 'controls/button/custom_button.h',
77 'controls/button/image_button.cc', 79 'controls/button/image_button.cc',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 'msvs_settings': { 737 'msvs_settings': {
736 'VCManifestTool': { 738 'VCManifestTool': {
737 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 739 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
738 }, 740 },
739 }, 741 },
740 }], 742 }],
741 ], 743 ],
742 }, # target_name: views_examples_lib 744 }, # target_name: views_examples_lib
743 ], 745 ],
744 } 746 }
OLDNEW
« no previous file with comments | « ui/views/color_constants.cc ('k') | ui/views/window/custom_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698