OLD | NEW |
1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 '../testing/gtest.gyp:gtest', | 997 '../testing/gtest.gyp:gtest', |
998 '../third_party/bzip2/bzip2.gyp:bzip2', | 998 '../third_party/bzip2/bzip2.gyp:bzip2', |
999 '../third_party/cld/cld.gyp:cld', | 999 '../third_party/cld/cld.gyp:cld', |
1000 '../third_party/expat/expat.gyp:expat', | 1000 '../third_party/expat/expat.gyp:expat', |
1001 '../third_party/icu/icu.gyp:icui18n', | 1001 '../third_party/icu/icu.gyp:icui18n', |
1002 '../third_party/icu/icu.gyp:icuuc', | 1002 '../third_party/icu/icu.gyp:icuuc', |
1003 '../third_party/libjingle/libjingle.gyp:libjingle', | 1003 '../third_party/libjingle/libjingle.gyp:libjingle', |
1004 '../third_party/libxml/libxml.gyp:libxml', | 1004 '../third_party/libxml/libxml.gyp:libxml', |
1005 '../third_party/npapi/npapi.gyp:npapi', | 1005 '../third_party/npapi/npapi.gyp:npapi', |
1006 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 1006 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
1007 '../ui/ui.gyp:ui_base', | |
1008 ], | 1007 ], |
1009 'include_dirs': [ | 1008 'include_dirs': [ |
1010 '..', | 1009 '..', |
1011 '../third_party/cld', | 1010 '../third_party/cld', |
1012 ], | 1011 ], |
1013 'defines': [ | 1012 'defines': [ |
1014 'CLD_WINDOWS', | 1013 'CLD_WINDOWS', |
1015 ], | 1014 ], |
1016 'direct_dependent_settings': { | 1015 'direct_dependent_settings': { |
1017 'defines': [ | 1016 'defines': [ |
(...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3639 ] | 3638 ] |
3640 }], # 'coverage!=0' | 3639 }], # 'coverage!=0' |
3641 ], # 'conditions' | 3640 ], # 'conditions' |
3642 } | 3641 } |
3643 | 3642 |
3644 # Local Variables: | 3643 # Local Variables: |
3645 # tab-width:2 | 3644 # tab-width:2 |
3646 # indent-tabs-mode:nil | 3645 # indent-tabs-mode:nil |
3647 # End: | 3646 # End: |
3648 # vim: set expandtab tabstop=2 shiftwidth=2: | 3647 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |