| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'feature_defines': [ | 7 'feature_defines': [ |
| 8 'ENABLE_DATABASE=1', | 8 'ENABLE_DATABASE=1', |
| 9 'ENABLE_DASHBOARD_SUPPORT=0', | 9 'ENABLE_DASHBOARD_SUPPORT=0', |
| 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', | 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', |
| (...skipping 4428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4439 # Dependents may rely on files generated by this target or one of its | 4439 # Dependents may rely on files generated by this target or one of its |
| 4440 # own hard dependencies. | 4440 # own hard dependencies. |
| 4441 'hard_dependency': 1, | 4441 'hard_dependency': 1, |
| 4442 'export_dependent_settings': [ | 4442 'export_dependent_settings': [ |
| 4443 'webcore', | 4443 'webcore', |
| 4444 ], | 4444 ], |
| 4445 'conditions': [ | 4445 'conditions': [ |
| 4446 ['OS=="linux"', { | 4446 ['OS=="linux"', { |
| 4447 'dependencies': [ | 4447 'dependencies': [ |
| 4448 '../build/linux/system.gyp:gtk', | 4448 '../build/linux/system.gyp:gtk', |
| 4449 '../build/linux/system.gyp:pangoft2', | |
| 4450 ], | 4449 ], |
| 4451 'sources!': [ | 4450 'sources!': [ |
| 4452 'glue/plugins/plugin_stubs.cc', | 4451 'glue/plugins/plugin_stubs.cc', |
| 4453 ], | 4452 ], |
| 4454 }, { # else: OS!="linux" | 4453 }, { # else: OS!="linux" |
| 4455 'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$']], | 4454 'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$']], |
| 4456 }], | 4455 }], |
| 4457 ['OS!="mac"', { | 4456 ['OS!="mac"', { |
| 4458 'sources/': [['exclude', '_mac\\.(cc|mm)$']] | 4457 'sources/': [['exclude', '_mac\\.(cc|mm)$']] |
| 4459 }], | 4458 }], |
| (...skipping 22 matching lines...) Expand all Loading... |
| 4482 'default_plugin/default_plugin.gyp:default_plugin', | 4481 'default_plugin/default_plugin.gyp:default_plugin', |
| 4483 ], | 4482 ], |
| 4484 'sources!': [ | 4483 'sources!': [ |
| 4485 'glue/plugins/plugin_stubs.cc', | 4484 'glue/plugins/plugin_stubs.cc', |
| 4486 ], | 4485 ], |
| 4487 }], | 4486 }], |
| 4488 ], | 4487 ], |
| 4489 }, | 4488 }, |
| 4490 ], | 4489 ], |
| 4491 } | 4490 } |
| OLD | NEW |