| 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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 'sources!': [ | 492 'sources!': [ |
| 493 'base/view_prop.cc', | 493 'base/view_prop.cc', |
| 494 'base/view_prop.h', | 494 'base/view_prop.h', |
| 495 ], | 495 ], |
| 496 }], | 496 }], |
| 497 ], | 497 ], |
| 498 'sources!': [ | 498 'sources!': [ |
| 499 'base/dragdrop/drag_drop_types.h', | 499 'base/dragdrop/drag_drop_types.h', |
| 500 'base/dragdrop/os_exchange_data.cc', | 500 'base/dragdrop/os_exchange_data.cc', |
| 501 ], | 501 ], |
| 502 'sources/': [ | |
| 503 ['exclude', '^base/win/'], | |
| 504 ], | |
| 505 }], | 502 }], |
| 506 ['OS=="mac"', { | 503 ['OS=="mac"', { |
| 507 'dependencies': [ | 504 'dependencies': [ |
| 508 '../third_party/mozilla/mozilla.gyp:mozilla', | 505 '../third_party/mozilla/mozilla.gyp:mozilla', |
| 509 ], | 506 ], |
| 510 'sources!': [ | 507 'sources!': [ |
| 511 'base/dragdrop/drag_utils.cc', | 508 'base/dragdrop/drag_utils.cc', |
| 512 'base/dragdrop/drag_utils.h', | 509 'base/dragdrop/drag_utils.h', |
| 513 ], | 510 ], |
| 514 'link_settings': { | 511 'link_settings': { |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 641 'variables': { | 638 'variables': { |
| 642 'jni_gen_package': 'ui', | 639 'jni_gen_package': 'ui', |
| 643 'jni_generator_ptr_type': 'long', | 640 'jni_generator_ptr_type': 'long', |
| 644 }, | 641 }, |
| 645 'includes': [ '../build/jni_generator.gypi' ], | 642 'includes': [ '../build/jni_generator.gypi' ], |
| 646 }, | 643 }, |
| 647 ], | 644 ], |
| 648 }], | 645 }], |
| 649 ], | 646 ], |
| 650 } | 647 } |
| OLD | NEW |