OLD | NEW |
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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'models/simple_menu_model.h', | 283 'models/simple_menu_model.h', |
284 'models/table_model.cc', | 284 'models/table_model.cc', |
285 'models/table_model.h', | 285 'models/table_model.h', |
286 'models/table_model_observer.h', | 286 'models/table_model_observer.h', |
287 'models/tree_model.cc', | 287 'models/tree_model.cc', |
288 'models/tree_model.h', | 288 'models/tree_model.h', |
289 'models/tree_node_iterator.h', | 289 'models/tree_node_iterator.h', |
290 'models/tree_node_model.h', | 290 'models/tree_node_model.h', |
291 'nine_image_painter_factory.cc', | 291 'nine_image_painter_factory.cc', |
292 'nine_image_painter_factory.h', | 292 'nine_image_painter_factory.h', |
| 293 'page_transition_types.cc', |
| 294 'page_transition_types.h', |
| 295 'page_transition_types_list.h', |
293 'resource/data_pack.cc', | 296 'resource/data_pack.cc', |
294 'resource/data_pack.h', | 297 'resource/data_pack.h', |
295 'resource/resource_bundle.cc', | 298 'resource/resource_bundle.cc', |
296 'resource/resource_bundle.h', | 299 'resource/resource_bundle.h', |
297 'resource/resource_bundle_android.cc', | 300 'resource/resource_bundle_android.cc', |
298 'resource/resource_bundle_auralinux.cc', | 301 'resource/resource_bundle_auralinux.cc', |
299 'resource/resource_bundle_ios.mm', | 302 'resource/resource_bundle_ios.mm', |
300 'resource/resource_bundle_mac.mm', | 303 'resource/resource_bundle_mac.mm', |
301 'resource/resource_bundle_win.cc', | 304 'resource/resource_bundle_win.cc', |
302 'resource/resource_bundle_win.h', | 305 'resource/resource_bundle_win.h', |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 ], | 753 ], |
751 'variables': { | 754 'variables': { |
752 'jni_gen_package': 'ui', | 755 'jni_gen_package': 'ui', |
753 }, | 756 }, |
754 'includes': [ '../../build/jni_generator.gypi' ], | 757 'includes': [ '../../build/jni_generator.gypi' ], |
755 }, | 758 }, |
756 ], | 759 ], |
757 }], | 760 }], |
758 ], | 761 ], |
759 } | 762 } |
OLD | NEW |