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

Side by Side Diff: gfx/gfx.gyp

Issue 6081007: Start sorting methods in class declarations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 9 years, 11 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 | « base/version.h ('k') | gfx/native_theme_linux.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], 8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
9 'grit_cmd': ['python', '../tools/grit/grit.py'], 9 'grit_cmd': ['python', '../tools/grit/grit.py'],
10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx',
11 }, 11 },
(...skipping 13 matching lines...) Expand all
25 'blit_unittest.cc', 25 'blit_unittest.cc',
26 'codec/jpeg_codec_unittest.cc', 26 'codec/jpeg_codec_unittest.cc',
27 'codec/png_codec_unittest.cc', 27 'codec/png_codec_unittest.cc',
28 'color_utils_unittest.cc', 28 'color_utils_unittest.cc',
29 'font_unittest.cc', 29 'font_unittest.cc',
30 'insets_unittest.cc', 30 'insets_unittest.cc',
31 'rect_unittest.cc', 31 'rect_unittest.cc',
32 'run_all_unittests.cc', 32 'run_all_unittests.cc',
33 'scoped_image_unittest.cc', 33 'scoped_image_unittest.cc',
34 'skbitmap_operations_unittest.cc', 34 'skbitmap_operations_unittest.cc',
35 'test_suite.cc',
35 'test_suite.h', 36 'test_suite.h',
36 '<(SHARED_INTERMEDIATE_DIR)/gfx/gfx_resources.rc', 37 '<(SHARED_INTERMEDIATE_DIR)/gfx/gfx_resources.rc',
37 ], 38 ],
38 'include_dirs': [ 39 'include_dirs': [
39 '..', 40 '..',
40 ], 41 ],
41 'conditions': [ 42 'conditions': [
42 ['OS=="win"', { 43 ['OS=="win"', {
43 'sources': [ 44 'sources': [
44 # TODO(brettw) re-enable this when the dependencies on WindowImpl ar e fixed! 45 # TODO(brettw) re-enable this when the dependencies on WindowImpl ar e fixed!
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 }, 223 },
223 224
224 ], 225 ],
225 } 226 }
226 227
227 # Local Variables: 228 # Local Variables:
228 # tab-width:2 229 # tab-width:2
229 # indent-tabs-mode:nil 230 # indent-tabs-mode:nil
230 # End: 231 # End:
231 # vim: set expandtab tabstop=2 shiftwidth=2: 232 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/version.h ('k') | gfx/native_theme_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698