OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1619 'test/data/webui/assertions.js', | 1619 'test/data/webui/assertions.js', |
1620 'test/data/webui/async_gen.cc', | 1620 'test/data/webui/async_gen.cc', |
1621 'test/data/webui/async_gen.h', | 1621 'test/data/webui/async_gen.h', |
1622 'test/data/webui/async_gen.js', | 1622 'test/data/webui/async_gen.js', |
1623 'test/data/webui/certificate_viewer_dialog_test.js', | 1623 'test/data/webui/certificate_viewer_dialog_test.js', |
1624 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1624 'test/data/webui/certificate_viewer_ui_test-inl.h', |
1625 'test/data/webui/chrome_send_browsertest.cc', | 1625 'test/data/webui/chrome_send_browsertest.cc', |
1626 'test/data/webui/chrome_send_browsertest.h', | 1626 'test/data/webui/chrome_send_browsertest.h', |
1627 'test/data/webui/chrome_send_browsertest.js', | 1627 'test/data/webui/chrome_send_browsertest.js', |
1628 'test/data/webui/history_browsertest.js', | 1628 'test/data/webui/history_browsertest.js', |
| 1629 'test/data/webui/history_ui_browsertest.cc', |
| 1630 'test/data/webui/history_ui_browsertest.h', |
1629 'test/data/webui/mock4js_browsertest.js', | 1631 'test/data/webui/mock4js_browsertest.js', |
1630 'test/data/webui/net_internals/bandwidth_view.js', | 1632 'test/data/webui/net_internals/bandwidth_view.js', |
1631 'test/data/webui/net_internals/dns_view.js', | 1633 'test/data/webui/net_internals/dns_view.js', |
1632 'test/data/webui/net_internals/events_view.js', | 1634 'test/data/webui/net_internals/events_view.js', |
1633 'test/data/webui/net_internals/hsts_view.js', | 1635 'test/data/webui/net_internals/hsts_view.js', |
1634 'test/data/webui/net_internals/http_pipeline_view.js', | 1636 'test/data/webui/net_internals/http_pipeline_view.js', |
1635 'test/data/webui/net_internals/log_util.js', | 1637 'test/data/webui/net_internals/log_util.js', |
1636 'test/data/webui/net_internals/log_view_painter.js', | 1638 'test/data/webui/net_internals/log_view_painter.js', |
1637 'test/data/webui/net_internals/main.js', | 1639 'test/data/webui/net_internals/main.js', |
1638 'test/data/webui/net_internals/net_internals_test.js', | 1640 'test/data/webui/net_internals/net_internals_test.js', |
(...skipping 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3295 # more details. | 3297 # more details. |
3296 'DebugInformationFormat': '3', | 3298 'DebugInformationFormat': '3', |
3297 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3299 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3298 }, | 3300 }, |
3299 }, | 3301 }, |
3300 }, | 3302 }, |
3301 ], | 3303 ], |
3302 }], | 3304 }], |
3303 ], # 'conditions' | 3305 ], # 'conditions' |
3304 } | 3306 } |
OLD | NEW |