| 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   'include_dirs': [ | 6   'include_dirs': [ | 
| 7     '..', | 7     '..', | 
| 8   ], | 8   ], | 
| 9   'dependencies': [ | 9   'dependencies': [ | 
| 10     '../base/base.gyp:base', | 10     '../base/base.gyp:base', | 
| (...skipping 25 matching lines...) Expand all  Loading... | 
| 36     }], | 36     }], | 
| 37     ['OS=="android"', { | 37     ['OS=="android"', { | 
| 38       'sources!': [ | 38       'sources!': [ | 
| 39         'app/content_main.cc', | 39         'app/content_main.cc', | 
| 40       ], | 40       ], | 
| 41       'include_dirs': [ | 41       'include_dirs': [ | 
| 42         '<(SHARED_INTERMEDIATE_DIR)/content', | 42         '<(SHARED_INTERMEDIATE_DIR)/content', | 
| 43       ], | 43       ], | 
| 44       'dependencies': [ | 44       'dependencies': [ | 
| 45         'content.gyp:content_jni_headers', | 45         'content.gyp:content_jni_headers', | 
|  | 46         '../skia/skia.gyp:skia', | 
| 46       ], | 47       ], | 
| 47     }], | 48     }], | 
| 48   ], | 49   ], | 
| 49 } | 50 } | 
| OLD | NEW | 
|---|