| OLD | NEW |
| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'base/models/menu_separator_types.h', | 229 'base/models/menu_separator_types.h', |
| 230 'base/models/simple_menu_model.cc', | 230 'base/models/simple_menu_model.cc', |
| 231 'base/models/simple_menu_model.h', | 231 'base/models/simple_menu_model.h', |
| 232 'base/models/table_model.cc', | 232 'base/models/table_model.cc', |
| 233 'base/models/table_model.h', | 233 'base/models/table_model.h', |
| 234 'base/models/table_model_observer.h', | 234 'base/models/table_model_observer.h', |
| 235 'base/models/tree_model.cc', | 235 'base/models/tree_model.cc', |
| 236 'base/models/tree_model.h', | 236 'base/models/tree_model.h', |
| 237 'base/models/tree_node_iterator.h', | 237 'base/models/tree_node_iterator.h', |
| 238 'base/models/tree_node_model.h', | 238 'base/models/tree_node_model.h', |
| 239 'base/nine_image_painter_factory.cc', |
| 240 'base/nine_image_painter_factory.h', |
| 239 'base/resource/data_pack.cc', | 241 'base/resource/data_pack.cc', |
| 240 'base/resource/data_pack.h', | 242 'base/resource/data_pack.h', |
| 241 'base/resource/resource_bundle.cc', | 243 'base/resource/resource_bundle.cc', |
| 242 'base/resource/resource_bundle.h', | 244 'base/resource/resource_bundle.h', |
| 243 'base/resource/resource_bundle_android.cc', | 245 'base/resource/resource_bundle_android.cc', |
| 244 'base/resource/resource_bundle_auralinux.cc', | 246 'base/resource/resource_bundle_auralinux.cc', |
| 245 'base/resource/resource_bundle_gtk.cc', | 247 'base/resource/resource_bundle_gtk.cc', |
| 246 'base/resource/resource_bundle_ios.mm', | 248 'base/resource/resource_bundle_ios.mm', |
| 247 'base/resource/resource_bundle_mac.mm', | 249 'base/resource/resource_bundle_mac.mm', |
| 248 'base/resource/resource_bundle_win.cc', | 250 'base/resource/resource_bundle_win.cc', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 ], | 376 ], |
| 375 }, { # use_aura!=1 | 377 }, { # use_aura!=1 |
| 376 'sources!': [ | 378 'sources!': [ |
| 377 'base/cursor/cursor.cc', | 379 'base/cursor/cursor.cc', |
| 378 'base/cursor/cursor.h', | 380 'base/cursor/cursor.h', |
| 379 'base/cursor/cursor_loader_x11.cc', | 381 'base/cursor/cursor_loader_x11.cc', |
| 380 'base/cursor/cursor_loader_x11.h', | 382 'base/cursor/cursor_loader_x11.h', |
| 381 'base/cursor/cursor_mac.mm', | 383 'base/cursor/cursor_mac.mm', |
| 382 'base/cursor/cursor_win.cc', | 384 'base/cursor/cursor_win.cc', |
| 383 'base/cursor/cursor_x11.cc', | 385 'base/cursor/cursor_x11.cc', |
| 386 'base/nine_image_painter_factory.cc', |
| 387 'base/nine_image_painter_factory.h', |
| 384 'base/x/selection_owner.cc', | 388 'base/x/selection_owner.cc', |
| 385 'base/x/selection_owner.h', | 389 'base/x/selection_owner.h', |
| 386 'base/x/selection_requestor.cc', | 390 'base/x/selection_requestor.cc', |
| 387 'base/x/selection_requestor.h', | 391 'base/x/selection_requestor.h', |
| 388 'base/x/selection_utils.cc', | 392 'base/x/selection_utils.cc', |
| 389 'base/x/selection_utils.h', | 393 'base/x/selection_utils.h', |
| 390 ] | 394 ] |
| 391 }], | 395 }], |
| 392 ['use_aura==0 or OS!="linux"', { | 396 ['use_aura==0 or OS!="linux"', { |
| 393 'sources!': [ | 397 'sources!': [ |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 'variables': { | 645 'variables': { |
| 642 'jni_gen_package': 'ui', | 646 'jni_gen_package': 'ui', |
| 643 'jni_generator_ptr_type': 'long', | 647 'jni_generator_ptr_type': 'long', |
| 644 }, | 648 }, |
| 645 'includes': [ '../build/jni_generator.gypi' ], | 649 'includes': [ '../build/jni_generator.gypi' ], |
| 646 }, | 650 }, |
| 647 ], | 651 ], |
| 648 }], | 652 }], |
| 649 ], | 653 ], |
| 650 } | 654 } |
| OLD | NEW |