| OLD | NEW | 
|    1 # Copyright 2014 The Chromium Authors. All rights reserved. |    1 # Copyright 2014 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 import("//build/config/android/config.gni") |    5 import("//build/config/android/config.gni") | 
|    6 import("//build/config/arm.gni") |    6 import("//build/config/arm.gni") | 
|    7 import("//build/config/features.gni") |    7 import("//build/config/features.gni") | 
|    8 import("//build/config/ui.gni") |    8 import("//build/config/ui.gni") | 
|    9 import("//build/config/linux/pkg_config.gni") |    9 import("//build/config/linux/pkg_config.gni") | 
|   10 import("//media/media_options.gni") |   10 import("//media/media_options.gni") | 
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   94     "decryptor.h", |   94     "decryptor.h", | 
|   95     "demuxer.cc", |   95     "demuxer.cc", | 
|   96     "demuxer.h", |   96     "demuxer.h", | 
|   97     "demuxer_stream.cc", |   97     "demuxer_stream.cc", | 
|   98     "demuxer_stream.h", |   98     "demuxer_stream.h", | 
|   99     "demuxer_stream_provider.cc", |   99     "demuxer_stream_provider.cc", | 
|  100     "demuxer_stream_provider.h", |  100     "demuxer_stream_provider.h", | 
|  101     "djb2.cc", |  101     "djb2.cc", | 
|  102     "djb2.h", |  102     "djb2.h", | 
|  103     "eme_constants.h", |  103     "eme_constants.h", | 
 |  104     "encryption_scheme.cc", | 
 |  105     "encryption_scheme.h", | 
|  104     "key_system_info.cc", |  106     "key_system_info.cc", | 
|  105     "key_system_info.h", |  107     "key_system_info.h", | 
|  106     "key_systems.cc", |  108     "key_systems.cc", | 
|  107     "key_systems.h", |  109     "key_systems.h", | 
|  108     "key_systems.h", |  110     "key_systems.h", | 
|  109     "key_systems_support_uma.cc", |  111     "key_systems_support_uma.cc", | 
|  110     "key_systems_support_uma.h", |  112     "key_systems_support_uma.h", | 
|  111     "media.cc", |  113     "media.cc", | 
|  112     "media.h", |  114     "media.h", | 
|  113     "media_client.cc", |  115     "media_client.cc", | 
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  534       if (is_posix) { |  536       if (is_posix) { | 
|  535         yasm_flags += [ "-DELF" ] |  537         yasm_flags += [ "-DELF" ] | 
|  536         if (current_cpu == "x64") { |  538         if (current_cpu == "x64") { | 
|  537           # TODO(ajwong): Why isn't this true in mac? |  539           # TODO(ajwong): Why isn't this true in mac? | 
|  538           yasm_flags += [ "-DPIC" ] |  540           yasm_flags += [ "-DPIC" ] | 
|  539         } |  541         } | 
|  540       } |  542       } | 
|  541     } |  543     } | 
|  542   } |  544   } | 
|  543 } |  545 } | 
| OLD | NEW |