| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 'render_text_harfbuzz.cc', | 404 'render_text_harfbuzz.cc', |
| 405 'render_text_harfbuzz.h', | 405 'render_text_harfbuzz.h', |
| 406 'text_utils_skia.cc', | 406 'text_utils_skia.cc', |
| 407 ], | 407 ], |
| 408 }, { # desktop platforms | 408 }, { # desktop platforms |
| 409 'variables': { | 409 'variables': { |
| 410 'vector_icons_cc_file': '<(INTERMEDIATE_DIR)/ui/gfx/vector_icons.cc'
, | 410 'vector_icons_cc_file': '<(INTERMEDIATE_DIR)/ui/gfx/vector_icons.cc'
, |
| 411 'vector_icons_public_h_file': '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/vec
tor_icons_public.h', | 411 'vector_icons_public_h_file': '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/vec
tor_icons_public.h', |
| 412 }, | 412 }, |
| 413 'include_dirs': [ | 413 'include_dirs': [ |
| 414 '<(SHARED_INTERMEDIATE_DIR)>', | 414 '<(SHARED_INTERMEDIATE_DIR)', |
| 415 ], | 415 ], |
| 416 'sources': [ | 416 'sources': [ |
| 417 '<(vector_icons_cc_file)', | 417 '<(vector_icons_cc_file)', |
| 418 '<(vector_icons_public_h_file)', | 418 '<(vector_icons_public_h_file)', |
| 419 | 419 |
| 420 'paint_vector_icon.cc', | 420 'paint_vector_icon.cc', |
| 421 'paint_vector_icon.h', | 421 'paint_vector_icon.h', |
| 422 'vector_icons.h', | 422 'vector_icons.h', |
| 423 ], | 423 ], |
| 424 'actions': [ | 424 'actions': [ |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 ], | 525 ], |
| 526 'variables': { | 526 'variables': { |
| 527 'jni_gen_package': 'ui/gfx', | 527 'jni_gen_package': 'ui/gfx', |
| 528 }, | 528 }, |
| 529 'includes': [ '../../build/jni_generator.gypi' ], | 529 'includes': [ '../../build/jni_generator.gypi' ], |
| 530 }, | 530 }, |
| 531 ], | 531 ], |
| 532 }], | 532 }], |
| 533 ], | 533 ], |
| 534 } | 534 } |
| OLD | NEW |